Interface IListBoxToolBarItem
Namespace: Telerik.Blazor.Components.ListBox.ToolBar.Interfaces
Assembly: Telerik.Blazor.dll
Syntax
public interface IListBoxToolBarItem
Properties
Icon
Declaration
string Icon { get; }
Property Value
System.String
|
Title
Declaration
string Title { get; }
Property Value
System.String
|