ClassToolBarButtonBase
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
ToolBarButtonBase()
Declaration
protected ToolBarButtonBase()
Properties
AriaDescribedBy
Sets aria-describedby attribute to the element.
AriaLabel
Sets aria-label attribute to the element.
AriaLabelledBy
Sets aria-labelledby attribute to the element.
ChildContent
Specifies the ChildContent of the item.
Enabled
Specifies whether the item is enabled or not.
Icon
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.
IsIconButton
Specifies if the item contains an icon.
OnClick
Triggers when the button is clicked.
Declaration
[Parameter]
public EventCallback<MouseEventArgs> OnClick { get; set; }
Property Value
Overflow
Specifies how the ToolBar item overflows. Default value is Auto.
Declaration
[Parameter]
public ToolBarItemOverflow Overflow { get; set; }
Property Value
OverflowText
Specifies the text of the item in the overflow popup. If not specified, it will fallback to the default item's text.
ThemeColor
Specifies the theme color of the button. Default value is Base.