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
Defines if the Toolbar should adapt to the available space and automatically show overflowing items in a popup.
The 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
|
FillMode
Defines the FillMode of the toolbar. Default value is Solid.
Declaration
public string FillMode { get; set; }
Property Value
System.String
|
RenderComponentClass
Declaration
public bool RenderComponentClass { get; set; }
Property Value
System.Boolean
|
RenderDivWrappers
Declaration
public bool RenderDivWrappers { get; set; }
Property Value
System.Boolean
|
Size
Defines the Size of the toolbar. Default value is Medium.
Declaration
public string Size { get; set; }
Property Value
System.String
|
TabIndex
Defines 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
|