Class IgbToolActionRadio
Inheritance
System.Object
IgbToolActionRadio
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbToolActionRadio : IgbToolAction, JsonSerializable, IDisposable
Constructors
Declaration
public IgbToolActionRadio()
Properties
Gets the actual background color of the radio when in the checked state.
Declaration
public string ActualCheckedBackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets the actual border color of the radio when in the checked state.
Declaration
public string ActualCheckedBorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets the actual background color of the radio when in the unchecked state.
Declaration
public string ActualUncheckedBackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets the actual border color of the radio when in the unchecked state.
Declaration
public string ActualUncheckedBorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the channel this radio button belongs to.
Declaration
public string Channel { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the background color of the radio when in the checked state.
Declaration
public string CheckedBackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the border color of the radio when in the checked state.
Declaration
public string CheckedBorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets if the tool action is checked.
Declaration
public bool IsChecked { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Gets or sets if the checked state of the radio is handled manually by the user. The radio
well not become selected when clicked if this property is true.
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
Gets or sets the background color of the radio when in the unchecked state.
Declaration
public string UncheckedBackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the border color of the radio when in the unchecked state.
Declaration
public string UncheckedBorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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