Table of Contents

Class TextInputClientProperties

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

Represents client properties of a TextInputComponent.

public class TextInputClientProperties : FormComponentClientProperties<string>, IFormComponentClientProperties, IFormItemClientProperties
Inheritance
object
TextInputClientProperties
Implements
Inherited Members
Extension Methods

Properties

WatermarkText

Placeholder displayed in the text input.

public string WatermarkText { get; set; }

Property Value

string