Enum
GridToolBarScrollButtonsVisibility

Controls the visibility of the scroll buttons of the Grid's ToolBar.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum GridToolBarScrollButtonsVisibility

Fields

Auto

The scroll buttons will be rendered only when the tools list has become scrollable and the ToolBar cannot accommodate the full width of the tools list.

Declaration

cs-api-definition
Auto = 0

Field Value

GridToolBarScrollButtonsVisibility

Hidden

The scroll buttons will never be rendered.

Declaration

cs-api-definition
Hidden = 1

Field Value

GridToolBarScrollButtonsVisibility

Visible

The scroll buttons will always be rendered.

Declaration

cs-api-definition
Visible = 2

Field Value

GridToolBarScrollButtonsVisibility

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