Show / Hide Table of Contents

Class IgbToolActionInfo

Inheritance
System.Object
BaseRendererElement
IgbToolActionInfo
IgbToolActionButtonInfo
IgbToolActionButtonPairInfo
IgbToolActionCheckboxInfo
IgbToolActionCheckboxListInfo
IgbToolActionColorEditorInfo
IgbToolActionComboInfo
IgbToolActionGroupHeaderInfo
IgbToolActionIconButtonInfo
IgbToolActionLabelInfo
IgbToolActionNumberInputInfo
IgbToolActionRadioInfo
IgbToolActionSeparatorInfo
IgbToolActionSubPanelInfo
IgbToolActionTextInputInfo
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
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.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
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 IgbToolActionInfo : BaseRendererElement, JsonSerializable

Constructors

IgbToolActionInfo()

Declaration
public IgbToolActionInfo()

Properties

Actions

Declaration
public IgbToolActionInfo[] Actions { get; set; }
Property Value
Type Description
IgbToolActionInfo[]

CloseOnExecute

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

CommandArgument

Declaration
public string CommandArgument { get; set; }
Property Value
Type Description
System.String

CommandArgumentValue

Declaration
public object CommandArgumentValue { get; set; }
Property Value
Type Description
System.Object

CommandArgumentValueScript

Declaration
public string CommandArgumentValueScript { get; set; }
Property Value
Type Description
System.String

CommandId

Declaration
public string CommandId { get; set; }
Property Value
Type Description
System.String

ContextBindings

Declaration
public IgbToolContextBindingInfo[] ContextBindings { get; set; }
Property Value
Type Description
IgbToolContextBindingInfo[]

Density

Declaration
public ToolActionInfoDensity Density { get; set; }
Property Value
Type Description
ToolActionInfoDensity

DisabledTextColor

Declaration
public string DisabledTextColor { get; set; }
Property Value
Type Description
System.String

Height

Declaration
public double Height { get; set; }
Property Value
Type Description
System.Double

IconCollectionName

Declaration
public string IconCollectionName { get; set; }
Property Value
Type Description
System.String

IconHeight

Declaration
public double IconHeight { get; set; }
Property Value
Type Description
System.Double

IconName

Declaration
public string IconName { get; set; }
Property Value
Type Description
System.String

IconViewBoxHeight

Declaration
public double IconViewBoxHeight { get; set; }
Property Value
Type Description
System.Double

IconViewBoxLeft

Declaration
public double IconViewBoxLeft { get; set; }
Property Value
Type Description
System.Double

IconViewBoxTop

Declaration
public double IconViewBoxTop { get; set; }
Property Value
Type Description
System.Double

IconViewBoxWidth

Declaration
public double IconViewBoxWidth { get; set; }
Property Value
Type Description
System.Double

IconWidth

Declaration
public double IconWidth { get; set; }
Property Value
Type Description
System.Double

IsDisabled

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

IsHighlighted

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

PaddingBottom

Declaration
public double PaddingBottom { get; set; }
Property Value
Type Description
System.Double

PaddingLeft

Declaration
public double PaddingLeft { get; set; }
Property Value
Type Description
System.Double

PaddingRight

Declaration
public double PaddingRight { get; set; }
Property Value
Type Description
System.Double

PaddingTop

Declaration
public double PaddingTop { get; set; }
Property Value
Type Description
System.Double

ParentId

Declaration
public string ParentId { get; set; }
Property Value
Type Description
System.String

SubPanelRowHeight

Declaration
public int SubPanelRowHeight { get; set; }
Property Value
Type Description
System.Int32

Subtitle

Declaration
public string Subtitle { get; set; }
Property Value
Type Description
System.String

TextColor

Declaration
public string TextColor { get; set; }
Property Value
Type Description
System.String

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

Type

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

Methods

FindByName(String)

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

FromEventJson(BaseRendererControl, Dictionary<String, Object>)

Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
Type Name Description
BaseRendererControl control
System.Collections.Generic.Dictionary<System.String, System.Object> args
Overrides
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)

ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
Type Name Description
BaseRendererControl control
System.Collections.Generic.Dictionary<System.String, System.Object> args
Overrides
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Implements

JsonSerializable