Class IgbToolActionLabel
Inheritance
System.Object
IgbToolActionLabel
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbToolActionLabel : IgbToolAction, JsonSerializable, IDisposable
Constructors
Declaration
public IgbToolActionLabel()
Properties
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Declaration
protected override void EnsureModulesLoaded()
Overrides
Declaration
public override object ExportVisualData()
Returns
| Type |
Description |
| System.Object |
|
Overrides
Declaration
public override Task<object> ExportVisualDataAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Object> |
|
Overrides
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements
System.IDisposable