Class IgbToolActionComboInfo
Inheritance
System.Object
IgbToolActionComboInfo
Assembly: IgniteUI.Blazor.dll
public class IgbToolActionComboInfo : IgbToolActionInfo, JsonSerializable
Constructors
Declaration
public IgbToolActionComboInfo()
Properties
Declaration
public object DataSource { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Declaration
public string DataSourceScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string DisplayMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public object[] SelectedValues { get; set; }
Property Value
| Type |
Description |
| System.Object[] |
|
Declaration
public string SelectedValuesScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Declaration
public string ValueMemberPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
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
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
Implements