Enum
PromptBoxMode

Defines the rendering mode of the TelerikPromptBox component.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum PromptBoxMode

Fields

Auto

Auto (default) — starts as single-line and transitions to multi-line on overflow, then enables vertical scrolling and auto-resizing as content grows.

Declaration

cs-api-definition
Auto = 0

Field Value

PromptBoxMode

MultiLine

Multi-line input; default height is 3 lines; grows vertically with vertical scrolling.

Declaration

cs-api-definition
MultiLine = 2

Field Value

PromptBoxMode

SingleLine

Single line only; fixed height with horizontal scrolling when content overflows.

Declaration

cs-api-definition
SingleLine = 1

Field Value

PromptBoxMode

In this article
DefinitionFieldsAutoMultiLineSingleLine
Not finding the help you need?
Contact Support