Class IgbToolActionCheckbox
Inheritance
System.Object
IgbToolActionCheckbox
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbToolActionCheckbox : IgbToolAction, JsonSerializable, IDisposable
Constructors
Declaration
public IgbToolActionCheckbox()
Properties
Gets the actual background color of the checkbox when in the checked state.
Declaration
public string ActualCheckedBackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets the actual border color of the checkbox when in the checked state.
Declaration
public string ActualCheckedBorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets the actual background color of the checkbox when in the unchecked state.
Declaration
public string ActualUncheckedBackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets the actual border color of the checkbox when in the unchecked state.
Declaration
public string ActualUncheckedBorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gets or sets the background color of the checkbox 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 checkbox 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 |
|
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Gets or sets the background color of the checkbox 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 checkbox 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