AIPromptPromptTextAreaSettingsBuilder
Methods
InputMode(System.String)
Specifies the input mode attribute for mobile keyboards.
Parameters
value - System.String
The value for InputMode
RETURNS
Returns the current AIPromptPromptTextAreaSettingsBuilder instance.
Label(System.Action)
Specifies the label configuration for the textarea.
Parameters
configurator - System.Action<AIPromptPromptTextAreaLabelSettingsBuilder>
The configurator for the label setting.
RETURNS
Returns the current instance of AIPromptPromptTextAreaSettingsBuilder .
MaxLength(System.Double)
Specifies the maximum number of characters allowed in the textarea.
Parameters
value - System.Double
The value for MaxLength
RETURNS
Returns the current AIPromptPromptTextAreaSettingsBuilder instance.
Placeholder(System.String)
Specifies the placeholder text for the textarea.
Parameters
value - System.String
The value for Placeholder
RETURNS
Returns the current AIPromptPromptTextAreaSettingsBuilder instance.
Rows(System.Double)
Specifies the number of visible text lines.
Parameters
value - System.Double
The value for Rows
RETURNS
Returns the current AIPromptPromptTextAreaSettingsBuilder instance.
FillMode(Kendo.Mvc.UI.FillMode)
Specifies the fill mode.
Parameters
value - FillMode
The value for FillMode
RETURNS
Returns the current AIPromptPromptTextAreaSettingsBuilder instance.
Overflow(Kendo.Mvc.UI.TextAreaOverflow)
Specifies the overflow behavior.
Parameters
value - TextAreaOverflow
The value for Overflow
RETURNS
Returns the current AIPromptPromptTextAreaSettingsBuilder instance.
Resize(Kendo.Mvc.UI.TextAreaResize)
Specifies the resize behavior.
Parameters
value - TextAreaResize
The value for Resize
RETURNS
Returns the current AIPromptPromptTextAreaSettingsBuilder instance.
Rounded(Kendo.Mvc.UI.Rounded)
Specifies the border radius.
Parameters
value - Rounded
The value for Rounded
RETURNS
Returns the current AIPromptPromptTextAreaSettingsBuilder instance.
Size(Kendo.Mvc.UI.ComponentSize)
Specifies the size.
Parameters
value - ComponentSize
The value for Size
RETURNS
Returns the current AIPromptPromptTextAreaSettingsBuilder instance.