ToolBarButtonBase
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public abstract class ToolBarButtonBase : ToolBarItemBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IToolBarItem
Inheritance: objectComponentBaseBaseComponentToolBarItemBaseToolBarButtonBase
Derived Classes:
Implements:
Inherited Members
Constructors
protected ToolBarButtonBase()
Methods
Properties
[Accessibility] Sets aria-describedby attribute to the element.
[Parameter]
public string AriaDescribedBy { get; set; }
[Accessibility] Sets aria-label attribute to the element.
[Parameter]
public string AriaLabel { get; set; }
[Accessibility] Sets aria-labelledby attribute to the element.
[Parameter]
public string AriaLabelledBy { get; set; }
Specifies the ChildContent of the item.
[Parameter]
public RenderFragment ChildContent { get; set; }
Specifies whether the item is enabled or not.
[Parameter]
public bool Enabled { get; set; }
Specifies the fill mode of the button. Default value is Solid.
[Parameter]
public string FillMode { get; set; }
Specifies an icon rendered in the item. You can use either a predefined Telerik Icon or a custom one. Refer to Icons - Documentation for more information on how icons work.
[Parameter]
public object Icon { get; set; }
Triggers when the button is clicked.
[Parameter]
public EventCallback<MouseEventArgs> OnClick { get; set; }
Specifies how the ToolBar item overflows. Default value is Auto.
[Parameter]
public ToolBarItemOverflow Overflow { get; set; }
Specifies the text of the item in the overflow popup. If not specified, it will fallback to the default item's text.
[Parameter]
public string OverflowText { get; set; }
Specifies the roundness of the button. Default value is Medium.
[Parameter]
public string Rounded { get; set; }
Specifies the theme color of the button. Default value is Base.
[Parameter]
public string ThemeColor { get; set; }