ClassGridToolBarSettings
The component that configures the Grid toolbar settings.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class GridToolBarSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseGridToolBarSettings
Implements:
Inherited Members
Constructors
GridToolBarSettings()
Declaration
public GridToolBarSettings()
Properties
OverflowMode
Defines how the items of the ToolBar overflow GridToolBarOverflowMode.
Declaration
[Parameter]
public GridToolBarOverflowMode OverflowMode { get; set; }
Property Value
ScrollButtonsPosition
Specifies the position of the buttons when the ToolBar is Scrollable. Default value is Split.
Declaration
[Parameter]
public GridToolBarScrollButtonsPosition ScrollButtonsPosition { get; set; }
Property Value
ScrollButtonsVisibility
Specifies the visibility of the buttons when the ToolBar is Scrollable. Default value is Auto.
Declaration
[Parameter]
public GridToolBarScrollButtonsVisibility ScrollButtonsVisibility { get; set; }
Property Value
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
[Parameter]
public bool ShowIconOnlyTools { get; set; }
Property Value
ShowInactiveTools
Defines whether the editing tools of the toolbar will be visible when not enabled.
Declaration
[Parameter]
public bool ShowInactiveTools { get; set; }
Property Value
Methods
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides