Class IgbDataSourceSpecialRow
Inheritance
System.Object
IgbDataSourceSpecialRow
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDataSourceSpecialRow : BaseRendererElement, JsonSerializable
Constructors
IgbDataSourceSpecialRow()
Declaration
public IgbDataSourceSpecialRow()
Properties
Keys
Declaration
public string[] Keys { get; protected set; }
Property Value
Type |
Description |
System.String[] |
|
Level
Declaration
public int Level { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RowType
Declaration
public DataSourceRowType RowType { get; set; }
Property Value
SectionKeys
Declaration
public string[] SectionKeys { get; protected set; }
Property Value
Type |
Description |
System.String[] |
|
SectionValues
Declaration
public object[] SectionValues { get; protected set; }
Property Value
Type |
Description |
System.Object[] |
|
SectionValuesScript
Provides a means of setting SectionValues in the JavaScript environment.
Declaration
public string SectionValuesScript { get; set; }
Property Value
Type |
Description |
System.String |
|
SummaryResults
Declaration
public IgbDataGridSummaryResult[] SummaryResults { get; set; }
Property Value
TargetRow
Declaration
public object TargetRow { get; set; }
Property Value
Type |
Description |
System.Object |
|
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Values
Declaration
public object[] Values { get; protected set; }
Property Value
Type |
Description |
System.Object[] |
|
ValuesScript
Provides a means of setting Values in the JavaScript environment.
Declaration
public string ValuesScript { 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
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
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
Implements