Class IgbButton
Represents a clickable button, used to submit forms or anywhere in a
document for accessible, standard button functionality.
Inheritance
System.Object
IgbButton
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbButton : IgbButtonBase, JsonSerializable
Constructors
Declaration
Properties
Declaration
protected override string DirectRenderElementName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
protected override bool UseDirectRender { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Sets the variant of the button.
Declaration
public ButtonVariant Variant { get; set; }
Property Value
Methods
Declaration
protected override void EnsureModulesLoaded()
Overrides
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
Declaration
protected override string ResolveDisplay()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
System.IDisposable