Class ToolbarDropDownLayoutMode
Specifies the layout mode of a drop-down list in the RadToolbar control.
Inheritance
System.Object
ToolbarDropDownLayoutMode
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ToolbarDropDownLayoutMode : Enum
Fields
Linear
The list items are distributed linearly in horizontal or vertical direction, based on the current layout orientation.
Declaration
public const ToolbarDropDownLayoutMode Linear
Field Value
ToolbarDropDownLayoutMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Wrap
The list items are wrapped on multiple lines, when they cannot fit the available space in horizontal or vertical direction, based on the current layout orientation.
Declaration
public const ToolbarDropDownLayoutMode Wrap
Field Value
ToolbarDropDownLayoutMode
|