Class TextWithLabelComponent
Represents a component with uneditable value.
[ComponentAttribute(typeof(TextWithLabelComponentAttribute))]
public sealed class TextWithLabelComponent : FormComponent<TextWithLabelProperties, TextWithLabelClientProperties, string>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
- Inheritance
-
objectTextWithLabelComponent
- Implements
- Inherited Members
- Extension Methods
Constructors
TextWithLabelComponent()
Creates a new instance of TextWithLabelComponent
public TextWithLabelComponent()
Fields
IDENTIFIER
Represents the TextWithLabelComponent identifier.
public const string IDENTIFIER = "Kentico.Administration.TextWithLabel"
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(TextWithLabelClientProperties)
Configures the form component client properties.
protected override Task ConfigureClientProperties(TextWithLabelClientProperties clientProperties)
Parameters
clientProperties
TextWithLabelClientPropertiesThe current instance of the form component client properties.
Returns
- Task
Remarks
Override this method in order to configure form component client properties.