Show / Hide Table of Contents

Class IgbToolActionComboInfo

Inheritance
System.Object
BaseRendererElement
IgbToolActionInfo
IgbToolActionComboInfo
Implements
JsonSerializable
Inherited Members
IgbToolActionInfo.ParentId
IgbToolActionInfo.CommandId
IgbToolActionInfo.CommandArgument
IgbToolActionInfo.CommandArgumentValue
IgbToolActionInfo.CommandArgumentValueScript
IgbToolActionInfo.PaddingLeft
IgbToolActionInfo.PaddingRight
IgbToolActionInfo.PaddingBottom
IgbToolActionInfo.PaddingTop
IgbToolActionInfo.Title
IgbToolActionInfo.Subtitle
IgbToolActionInfo.IconName
IgbToolActionInfo.IconCollectionName
IgbToolActionInfo.IconViewBoxLeft
IgbToolActionInfo.IconViewBoxTop
IgbToolActionInfo.IconViewBoxWidth
IgbToolActionInfo.IconViewBoxHeight
IgbToolActionInfo.IconWidth
IgbToolActionInfo.IconHeight
IgbToolActionInfo.IconFill
IgbToolActionInfo.IconStroke
IgbToolActionInfo.IconStrokeWidth
IgbToolActionInfo.SubPanelRowHeight
IgbToolActionInfo.Height
IgbToolActionInfo.IsDisabled
IgbToolActionInfo.IsHighlighted
IgbToolActionInfo.TextColor
IgbToolActionInfo.DisabledTextColor
IgbToolActionInfo.CloseOnExecute
IgbToolActionInfo.Density
IgbToolActionInfo.Actions
IgbToolActionInfo.ContextBindings
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
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.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
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 IgbToolActionComboInfo : IgbToolActionInfo, JsonSerializable

Constructors

IgbToolActionComboInfo()

Declaration
public IgbToolActionComboInfo()

Properties

DataSource

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

DataSourceScript

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

DisplayMemberPath

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

SelectedValues

Declaration
public object[] SelectedValues { get; set; }
Property Value
Type Description
System.Object[]

SelectedValuesScript

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

Type

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

ValueMemberPath

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

Methods

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
IgbToolActionInfo.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
IgbToolActionInfo.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
IgbToolActionInfo.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Implements

JsonSerializable