Class ListBoxToolBar
Inheritance
System.Object
ListBoxToolBar
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ListBoxToolBar : ComponentBase, IListBoxToolBar, IDisposable
Constructors
ListBoxToolBar()
Declaration
public ListBoxToolBar()
Properties
AriaLabel
Describe the aria-label attribute for the tool bar.
Declaration
public string AriaLabel { get; set; }
Property Value
System.String
|
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
ListBoxContainer
Declaration
public IListBoxContainer ListBoxContainer { get; set; }
Property Value
Telerik.Blazor.Components.ListBox.Interfaces.IListBoxContainer
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Dispose()
Declaration
public void Dispose()
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
System.Threading.Tasks.Task
|