Class TelerikToolBar
The class for the Telerik ToolBar component.
Inheritance
System.Object
Telerik.Blazor.Components.Common.BaseComponent
TelerikToolBar
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikToolBar : BaseComponent, IDisposable, IToolsContainer
Constructors
TelerikToolBar()
Declaration
public TelerikToolBar()
Properties
Adaptive
Specify if the toolbar should adapt and automatically hide and show the overflowing items a popup. Default value is false.
Declaration
public bool Adaptive { get; set; }
Property Value
System.Boolean
|
AriaControls
Defines the aria-controls attribute of the toolbar.
Declaration
public string AriaControls { get; set; }
Property Value
System.String
|
AriaLabel
Defines the aria-label attribute of the toolbar.
Declaration
public string AriaLabel { get; set; }
Property Value
System.String
|
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
IsPartOfTable
Declaration
public bool IsPartOfTable { get; set; }
Property Value
System.Boolean
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
GetSkippedOverflowItemIndexes()
Declaration
public IEnumerable<int> GetSkippedOverflowItemIndexes()
Returns
System.Collections.Generic.IEnumerable<System.Int32>
|
OnAfterRenderAsync(Boolean)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
System.Boolean
firstRender
|
Returns
System.Threading.Tasks.Task
|
Overrides
Telerik.Blazor.Components.Common.BaseComponent.OnAfterRenderAsync(System.Boolean)