Table of Contents

Class TextWithLabelComponent

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

Represents a component with uneditable value.

[ComponentAttribute(typeof(TextWithLabelComponentAttribute))]
public sealed class TextWithLabelComponent : FormComponent<TextWithLabelProperties, TextWithLabelClientProperties, string>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
Inheritance
object
TextWithLabelComponent
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 TextWithLabelClientProperties

The current instance of the form component client properties.

Returns

Task

Remarks

Override this method in order to configure form component client properties.