New to Telerik UI for BlazorStart a free 30-day trial

Defines the rendering mode of the TelerikPromptBox component.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum PromptBoxMode

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
In this article
DefinitionFieldsAutoMultiLineSingleLine
Not finding the help you need?
Contact Support