Table of Contents

Class DecimalNumberInputComponent

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

Represents a decimal number input component.

[ComponentAttribute(typeof(DecimalNumberInputComponentAttribute))]
public sealed class DecimalNumberInputComponent : FormComponent<DecimalNumberInputProperties, DecimalNumberInputClientProperties, decimal?>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
Inheritance
object
DecimalNumberInputComponent
Implements
Inherited Members
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 DecimalNumberInputClientProperties

The 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.