Class ToolBarItemOverflow
Specifies how the ToolBar item overflows.
Inheritance
System.Object
ToolBarItemOverflow
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ToolBarItemOverflow : Enum
Fields
Always
Always appears in the overflow popup.
Declaration
public const ToolBarItemOverflow Always
Field Value
ToolBarItemOverflow
|
Auto
Automatically move to the overflow popup when there is not enough space in the toolbar.
Declaration
public const ToolBarItemOverflow Auto
Field Value
ToolBarItemOverflow
|
Never
Never appears in the overflow popup.
Declaration
public const ToolBarItemOverflow Never
Field Value
ToolBarItemOverflow
|
value__
Declaration
public int value__
Field Value
System.Int32
|