ClassButtonBase
Definition
Namespace:Telerik.Blazor.Components.Common
Assembly:Telerik.Blazor.dll
Syntax:
public class ButtonBase : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentButtonBase
Derived Classes:
Implements:
Inherited Members
Constructors
ButtonBase()
Declaration
public ButtonBase()
Properties
AriaControls
Sets aria-controls attribute to the button.
Declaration
[Parameter]
public string AriaControls { get; set; }
Property Value
AriaDescribedBy
Sets aria-describedby attribute to the button.
Declaration
[Parameter]
public string AriaDescribedBy { get; set; }
Property Value
AriaLabel
Sets the aria-label attribute tо the button.
Declaration
[Parameter]
public string AriaLabel { get; set; }
Property Value
AriaLabelledBy
Sets aria-labelledby attribute to the button.
Declaration
[Parameter]
public string AriaLabelledBy { get; set; }
Property Value
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Enabled
Whether the button is enabled.
FillMode
Specifies the fill mode of the button. Default value is Solid.
Declaration
[Parameter]
public string FillMode { get; set; }
Property Value
Icon
Specifies the icon rendered in the button. You can use either a predefined Telerik Icon or a custom one. Refer to Icons - Documentation for more information on how icons work.
Id
Declaration
[Parameter]
public virtual string Id { get; set; }
Property Value
TabIndex
The tabindex of the button.
ThemeColor
Specifies the theme color of the button. Default value is Base.
Declaration
[Parameter]
public string ThemeColor { get; set; }
Property Value