Class IgbToolActionRadio
Inheritance
System.Object
IgbToolActionRadio
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbToolActionRadio : IgbToolAction, JsonSerializable, IDisposable
Constructors
Declaration
public IgbToolActionRadio()
Properties
Declaration
public string ActualCheckedBackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string ActualCheckedBorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string ActualUncheckedBackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string ActualUncheckedBorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Channel { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string CheckedBackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string CheckedBorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public bool IsChecked { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsManual { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Declaration
public string UncheckedBackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string UncheckedBorderColor { 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