Class RadzenFabMenuItem
RadzenFabMenuItem component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenFabMenuItem : RadzenButton, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Examples
<RadzenFabMenuItem Text="Folder" Icon="folder" Click=@(args => Console.WriteLine("Item clicked")) />
Constructors
RadzenFabMenuItem()
RadzenFabMenuItem component.
Declaration
public RadzenFabMenuItem()
Examples
<RadzenFabMenuItem Text="Folder" Icon="folder" Click=@(args => Console.WriteLine("Item clicked")) />
Properties
Shade
Gets or sets the color shade of the button.
Declaration
[Parameter]
public override Shade Shade { get; set; }
Property Value
Type | Description |
---|---|
Shade | The color shade of the button. |
Overrides
Size
Gets or sets the size.
Declaration
[Parameter]
public override ButtonSize Size { get; set; }
Property Value
Type | Description |
---|---|
ButtonSize | The size. |
Overrides
Variant
Gets or sets the design variant of the button.
Declaration
[Parameter]
public override Variant Variant { get; set; }
Property Value
Type | Description |
---|---|
Variant | The variant of the button. |