Class
GridToolBarSettings

The component that configures the Grid toolbar settings.

Definition

Constructors

GridToolBarSettings()

Declaration

cs-api-definition
public GridToolBarSettings()

Properties

OverflowMode

Defines how the items of the ToolBar overflow GridToolBarOverflowMode.

Declaration

cs-api-definition
[Parameter]
public GridToolBarOverflowMode OverflowMode { get; set; }

Property Value

GridToolBarOverflowMode

ScrollButtonsPosition

Specifies the position of the buttons when the ToolBar is Scrollable. Default value is Split.

Declaration

cs-api-definition
[Parameter]
public GridToolBarScrollButtonsPosition ScrollButtonsPosition { get; set; }

Property Value

GridToolBarScrollButtonsPosition

ScrollButtonsVisibility

Specifies the visibility of the buttons when the ToolBar is Scrollable. Default value is Auto.

Declaration

cs-api-definition
[Parameter]
public GridToolBarScrollButtonsVisibility ScrollButtonsVisibility { get; set; }

Property Value

GridToolBarScrollButtonsVisibility

ShowIconOnlyTools

Defines whether the tools of the toolbar will become icon-only elements when the screen is less than 768px, or Medium if set.

Declaration

cs-api-definition
[Parameter]
public bool ShowIconOnlyTools { get; set; }

Property Value

bool

ShowInactiveTools

Defines whether the editing tools of the toolbar will be visible when not enabled.

Declaration

cs-api-definition
[Parameter]
public bool ShowInactiveTools { get; set; }

Property Value

bool

Methods

OnInitializedAsync()

Declaration

cs-api-definition
protected override Task OnInitializedAsync()

Returns

Task

Overrides ComponentBase.OnInitializedAsync()

OnParametersSetAsync()

Declaration

cs-api-definition
protected override Task OnParametersSetAsync()

Returns

Task

Overrides ComponentBase.OnParametersSetAsync()

SetParametersAsync(ParameterView)

Declaration

cs-api-definition
public override Task SetParametersAsync(ParameterView parameters)

Parameters

parameters

ParameterView

Returns

Task

Overrides ComponentBase.SetParametersAsync(ParameterView)