Class DecimalNumberInputComponent
Represents a decimal number input component.
[ComponentAttribute(typeof(DecimalNumberInputComponentAttribute))]
public sealed class DecimalNumberInputComponent : FormComponent<DecimalNumberInputProperties, DecimalNumberInputClientProperties, decimal?>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
- Inheritance
-
objectDecimalNumberInputComponent
- Implements
- Inherited Members
-
FormComponent<DecimalNumberInputProperties, DecimalNumberInputClientProperties, decimal?>.Properties
- Extension Methods
Constructors
DecimalNumberInputComponent(ILocalizationService)
Creates a new instance of DecimalNumberInputComponent.
public DecimalNumberInputComponent(ILocalizationService localizationService)
Parameters
localizationService
ILocalizationService
Fields
IDENTIFIER
Represents the DecimalNumberInputComponent identifier.
public const string IDENTIFIER = "Kentico.Administration.DecimalNumberInput"
Field Value
- string
Properties
ClientComponentName
Name of the front-end type implementing the UI form component.
public override string ClientComponentName { get; }
Property Value
- string
Methods
ConfigureClientProperties(DecimalNumberInputClientProperties)
Configures the form component client properties.
protected override Task ConfigureClientProperties(DecimalNumberInputClientProperties clientProperties)
Parameters
clientProperties
DecimalNumberInputClientPropertiesThe current instance of the form component client properties.
Returns
- Task
Remarks
Override this method in order to configure form component client properties.
ConfigureComponent()
Configures the form component. This method is called when all form component properties are set.
protected override void ConfigureComponent()
Remarks
Override this method to set component inner state, like additional component validation rules.