ClassTelerikToolBar
Class
The class for the Telerik ToolBar component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikToolBar : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikToolBar
Implements:
Inherited Members
Constructors
TelerikToolBar()
Declaration
cs-api-definition
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
.
AriaControls
Defines the aria-controls attribute of the toolbar.
Declaration
cs-api-definition
[Parameter]
public string AriaControls { get; set; }
Property Value
AriaLabel
Defines the aria-label attribute of the toolbar.
Declaration
cs-api-definition
[Parameter]
public string AriaLabel { get; set; }
Property Value
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
FillMode
Defines the FillMode of the toolbar. Default value is Solid.
Declaration
cs-api-definition
[Parameter]
public string FillMode { get; set; }
Property Value
RenderComponentClass
Declaration
cs-api-definition
[CascadingParameter(Name = "RenderComponentClass")]
public bool RenderComponentClass { get; set; }
Property Value
RenderDivWrappers
Declaration
cs-api-definition
[CascadingParameter(Name = "RenderDivWrappers")]
public bool RenderDivWrappers { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
GetSkippedOverflowItemIndexes()
Declaration
cs-api-definition
public IEnumerable<int> GetSkippedOverflowItemIndexes()
Returns