Class ToolBarButtonBase
Inheritance
System.Object
Telerik.Blazor.Components.Common.BaseComponent
ToolBarButtonBase
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ToolBarButtonBase : ToolBarItemBase, IDisposable, IToolBarItem
Constructors
ToolBarButtonBase()
Declaration
public ToolBarButtonBase()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
Icon
Declaration
public string Icon { get; set; }
Property Value
System.String
|
IconClass
Declaration
public string IconClass { get; set; }
Property Value
System.String
|
ImageUrl
Declaration
public string ImageUrl { get; set; }
Property Value
System.String
|
IsIconButton
Declaration
public bool IsIconButton { get; set; }
Property Value
System.Boolean
|
OnClick
Declaration
public EventCallback<MouseEventArgs> OnClick { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.Web.MouseEventArgs>
|
SpriteClass
Declaration
public string SpriteClass { get; set; }
Property Value
System.String
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
System.Threading.Tasks.Task
|