Show / Hide Table of Contents

Class IgbToolActionCheckbox

Inheritance
System.Object
BaseRendererElement
IgbToolAction
IgbToolActionCheckbox
Implements
JsonSerializable
System.IDisposable
Inherited Members
IgbToolAction.Dispose()
IgbToolAction.OnInitializedAsync()
IgbToolAction.OpenSubMenuAsync()
IgbToolAction.OpenSubMenu()
IgbToolAction.CloseSubmenuAsync()
IgbToolAction.CloseSubmenu()
IgbToolAction.ExportSerializedVisualDataAsync()
IgbToolAction.ExportSerializedVisualData()
IgbToolAction.ToolbarParent
IgbToolAction.ToolActionParent
IgbToolAction.ParentTypeName
IgbToolAction.ContentActions
IgbToolAction.ActualActions
IgbToolAction.ContextBindings
IgbToolAction.Actions
IgbToolAction.Width
IgbToolAction.Height
IgbToolAction.SubPanelRowHeight
IgbToolAction.ParentId
IgbToolAction.BeforeId
IgbToolAction.AfterId
IgbToolAction.OverlayId
IgbToolAction.CommandId
IgbToolAction.CommandArgument
IgbToolAction.CommandArgumentValue
IgbToolAction.PaddingLeft
IgbToolAction.ActualPaddingLeft
IgbToolAction.PaddingRight
IgbToolAction.ActualPaddingRight
IgbToolAction.PaddingBottom
IgbToolAction.ActualPaddingBottom
IgbToolAction.PaddingTop
IgbToolAction.ActualPaddingTop
IgbToolAction.ActualHoverBackground
IgbToolAction.HoverBackground
IgbToolAction.ActualBackground
IgbToolAction.Background
IgbToolAction.ActualTextColor
IgbToolAction.TextColor
IgbToolAction.ActualSubtitleTextColor
IgbToolAction.SubtitleTextColor
IgbToolAction.ActualDisabledTextColor
IgbToolAction.DisabledTextColor
IgbToolAction.FontFamily
IgbToolAction.FontSize
IgbToolAction.FontStyle
IgbToolAction.FontWeight
IgbToolAction.SubtitleFontFamily
IgbToolAction.SubtitleFontSize
IgbToolAction.SubtitleFontStyle
IgbToolAction.SubtitleFontWeight
IgbToolAction.IsDisabled
IgbToolAction.IsHighlighted
IgbToolAction.ActualAccentColor
IgbToolAction.AccentColor
IgbToolAction.Density
IgbToolAction.ActualDensity
IgbToolAction.Title
IgbToolAction.Subtitle
IgbToolAction.TitleHorizontalAlignment
IgbToolAction.IconName
IgbToolAction.IconCollectionName
IgbToolAction.IconViewBoxLeft
IgbToolAction.IconViewBoxTop
IgbToolAction.IconViewBoxWidth
IgbToolAction.IconViewBoxHeight
IgbToolAction.IconFill
IgbToolAction.ActualIconFill
IgbToolAction.IconFillColors
IgbToolAction.IconStroke
IgbToolAction.ActualIconStroke
IgbToolAction.IconStrokeColors
IgbToolAction.IconStrokeWidth
IgbToolAction.IconWidth
IgbToolAction.ActualIconWidth
IgbToolAction.IconHeight
IgbToolAction.ActualIconHeight
IgbToolAction.Visibility
IgbToolAction.CloseOnExecute
IgbToolAction.HighlightWidth
IgbToolAction.ActualHighlightWidth
IgbToolAction.HighlightRadius
IgbToolAction.ActualHighlightRadius
IgbToolAction.HighlightColor
IgbToolAction.ActualHighlightColor
IgbToolAction.OnCommandScript
IgbToolAction.OnCommand
IgbToolAction.PerformedScript
IgbToolAction.Performed
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbToolActionCheckbox : IgbToolAction, JsonSerializable, IDisposable

Constructors

IgbToolActionCheckbox()

Declaration
public IgbToolActionCheckbox()

Properties

ActualCheckedBackgroundColor

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

ActualCheckedBorderColor

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

ActualUncheckedBackgroundColor

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

ActualUncheckedBorderColor

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

CheckedBackgroundColor

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

CheckedBorderColor

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

IsChecked

Gets or sets if the tool action is checked.

Declaration
public bool IsChecked { get; set; }
Property Value
Type Description
System.Boolean

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
IgbToolAction.Type

UncheckedBackgroundColor

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

UncheckedBorderColor

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

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
BaseRendererElement.EnsureModulesLoaded()

ExportVisualData()

Declaration
public override object ExportVisualData()
Returns
Type Description
System.Object
Overrides
IgbToolAction.ExportVisualData()

ExportVisualDataAsync()

Declaration
public override Task<object> ExportVisualDataAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Object>
Overrides
IgbToolAction.ExportVisualDataAsync()

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
IgbToolAction.FindByName(String)

Implements

JsonSerializable
System.IDisposable