Table of Contents

Class TextAreaProperties

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Represents properties of a TextAreaComponent.

public class TextAreaProperties : FormComponentProperties<string>
Inheritance
object
TextAreaProperties
Inherited Members
Extension Methods

Constructors

TextAreaProperties()

Initializes a new instance of the TextAreaProperties class.

public TextAreaProperties()

Remarks

The constructor initializes the base class to data type LongText.

Properties

DefaultValue

Gets or sets the default value of the form component and underlying field.

[DefaultValueEditingComponent("Kentico.TextArea")]
public override string DefaultValue { get; set; }

Property Value

string

Placeholder

Gets or sets the value displayed as placeholder in the input.

[EditingComponent("Kentico.TextInput", Label = "{$kentico.formbuilder.placeholder.label$}")]
public override string Placeholder { get; set; }

Property Value

string