Controls the position of the scroll buttons of the ToolBar.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum ToolBarScrollButtonsPosition
Fields
The scroll buttons will be rendered after the tools list.
C#
End = 1
The scroll buttons will be rendered on both sides of the tools list.
C#
Split = 2
The scroll buttons will be rendered prior to the tools list.
C#
Start = 0