Table of Contents

Class TextInputComponentAttribute

Namespace
Kentico.Xperience.Admin.Base.FormAnnotations
Assembly
Kentico.Xperience.Admin.Base.Shared.dll

Indicates that the TextInput form component will be used for editing of this property value in the administration interface.

public class TextInputComponentAttribute : FormComponentAttribute
Inheritance
object
Attribute
TextInputComponentAttribute
Inherited Members
Extension Methods

Remarks

The underlying property must be of the type 'string'.

Properties

WatermarkText

Placeholder displayed in the text input.

public string WatermarkText { get; set; }

Property Value

string