Class ButtonGroupButtonBase
The base class for the ButtonGroup Button components.
Inherited Members
Namespace: Telerik.Blazor.Components.ButtonGroup
Assembly: Telerik.Blazor.dll
Syntax
public class ButtonGroupButtonBase : ButtonBase, IDisposable
Constructors
ButtonGroupButtonBase()
Declaration
public ButtonGroupButtonBase()
Properties
OnClick
The Click handler of the toggle button. Fired before SelectedChanged.
Declaration
public EventCallback<MouseEventArgs> OnClick { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.Web.MouseEventArgs>
|
Visible
Defines whether a button is visible by default. Default value is true.
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|
Methods
Dispose()
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
System.Threading.Tasks.Task
|
Overrides
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
System.Threading.Tasks.Task
|
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Microsoft.AspNetCore.Components.ParameterView
parameters
|
Returns
System.Threading.Tasks.Task
|