Enum
ToolBarItemOverflow

Specifies how the ToolBar item overflows.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum ToolBarItemOverflow

Fields

Always

Always appears in the overflow popup.

Declaration

cs-api-definition
Always = 1

Field Value

ToolBarItemOverflow

Auto

Automatically move to the overflow popup when there is not enough space in the toolbar.

Declaration

cs-api-definition
Auto = 0

Field Value

ToolBarItemOverflow

Never

Never appears in the overflow popup.

Declaration

cs-api-definition
Never = 2

Field Value

ToolBarItemOverflow

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