ClassTelerikToolBar
The class for the Telerik ToolBar component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikToolBar : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikToolBar
Implements:
Inherited Members
Constructors
TelerikToolBar()
Declaration
public TelerikToolBar()
Properties
Adaptive
Defines if the Toolbar should adapt to the available space and automatically show overflowing items in a popup.
The default value is true
.
For backwards compatibility, if set to false, takes precedence over OverflowMode.
Declaration
[Parameter]
[Obsolete("This parameter is obsolete and will be discontinued with the next major version. Use OverflowMode instead.")]
public bool Adaptive { get; set; }
Property Value
AriaControls
Defines the aria-controls attribute of the toolbar.
Declaration
[Parameter]
public string AriaControls { get; set; }
Property Value
AriaLabel
Defines the aria-label attribute of the toolbar.
Declaration
[Parameter]
public string AriaLabel { get; set; }
Property Value
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
FillMode
Defines the FillMode of the toolbar. Default value is Solid.
Declaration
[Parameter]
public string FillMode { get; set; }
Property Value
OverflowMode
Defines how the items of the ToolBar overflow ToolBarOverflowMode.
Declaration
[Parameter]
public ToolBarOverflowMode OverflowMode { get; set; }
Property Value
RenderComponentClass
Declaration
[CascadingParameter(Name = "RenderComponentClass")]
public bool RenderComponentClass { get; set; }
Property Value
RenderDivWrappers
Declaration
[CascadingParameter(Name = "RenderDivWrappers")]
public bool RenderDivWrappers { get; set; }
Property Value
ScrollButtonsPosition
Specifies the position of the buttons when the ToolBar is Scrollable. Default value is Split.
Declaration
[Parameter]
public ToolBarScrollButtonsPosition ScrollButtonsPosition { get; set; }
Property Value
ScrollButtonsVisibility
Specifies the visibility of the buttons when the ToolBar is Scrollable. Default value is Auto.
Declaration
[Parameter]
public ToolBarScrollButtonsVisibility ScrollButtonsVisibility { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
GetSkippedOverflowItemIndexes()
Declaration
public IEnumerable<int> GetSkippedOverflowItemIndexes()
Returns