Table of Contents

Class NumberWithLabelComponent

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents a component with non-editable value.

public sealed class NumberWithLabelComponent : FormComponent<FormComponentProperties, NumberWithLabelClientProperties, int>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
Inheritance
object
NumberWithLabelComponent
Implements
Inherited Members
Extension Methods

Fields

IDENTIFIER

Represents the NumberWithLabelComponent identifier.

public const string IDENTIFIER = "Kentico.Administration.NumberWithLabel"

Field Value

string

Properties

ClientComponentName

Name of the front-end type implementing the UI form component.

public override string ClientComponentName { get; }

Property Value

string