Class IgbToolActionColorEditor
Inheritance
System.Object
IgbToolActionColorEditor
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbToolActionColorEditor : IgbToolAction, JsonSerializable, IDisposable
Constructors
Declaration
public IgbToolActionColorEditor()
Properties
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
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
Implements
System.IDisposable