Class TelerikToolBar
The class for the Telerik ToolBar component.
Inherited Members
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 true.
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
|
RenderComponentClass
Declaration
public bool RenderComponentClass { get; set; }
Property Value
System.Boolean
|
RenderDivWrappers
Declaration
public bool RenderDivWrappers { get; set; }
Property Value
System.Boolean
|
Size
Specifies the Size of the toolbar. Default value is Medium.
Declaration
public string Size { get; set; }
Property Value
System.String
|
TabIndex
Specifies the tabindex passed to the inner elements of the component. Toolbar implements a roving tabindex method for navigation.
Declaration
public int TabIndex { get; set; }
Property Value
System.Int32
|
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
|