Class RadzenFab
RadzenFab component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenFab : RadzenButton, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Examples
<RadzenFab Icon="add" Click=@(args => Console.WriteLine("FAB clicked")) />
<RadzenFab Icon="add" IsBusy="@isLoading" BusyText="Loading..." Click=@OnFabClick />
Constructors
RadzenFab()
RadzenFab component.
Declaration
public RadzenFab()
Examples
<RadzenFab Icon="add" Click=@(args => Console.WriteLine("FAB clicked")) />
<RadzenFab Icon="add" IsBusy="@isLoading" BusyText="Loading..." Click=@OnFabClick />
Properties
Size
Gets or sets the size.
Declaration
public override ButtonSize Size { get; set; }
Property Value
Type | Description |
---|---|
ButtonSize | The size. |
Overrides
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
string |