Class NumberWithLabelComponent
Represents a component with non-editable value.
public sealed class NumberWithLabelComponent : FormComponent<FormComponentProperties, NumberWithLabelClientProperties, int>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem- Inheritance
- 
      objectNumberWithLabelComponent
- Implements
- Inherited Members
- Extension Methods
Constructors
NumberWithLabelComponent()
public NumberWithLabelComponent()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