PromptBoxMode
Enum
Defines the rendering mode of the TelerikPromptBox component.
Definition
Fields
Auto (default) — starts as single-line and transitions to multi-line on overflow, then enables vertical scrolling and auto-resizing as content grows.
C#
Auto = 0
Multi-line input; default height is 3 lines; grows vertically with vertical scrolling.
C#
MultiLine = 2
Single line only; fixed height with horizontal scrolling when content overflows.
C#
SingleLine = 1