Class IgbGridStateInfo
Inheritance
System.Object
IgbGridStateInfo
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGridStateInfo : BaseRendererElement, JsonSerializable
Constructors
IgbGridStateInfo()
Declaration
public IgbGridStateInfo()
Properties
AdvancedFiltering
Declaration
public IgbFilteringExpressionsTree AdvancedFiltering { get; set; }
Property Value
CellSelection
Declaration
public IgbGridSelectionRange[] CellSelection { get; set; }
Property Value
Columns
Declaration
public IgbColumnState[] Columns { get; set; }
Property Value
ColumnSelection
Declaration
public string[] ColumnSelection { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Expansion
Declaration
public object[] Expansion { get; set; }
Property Value
Type |
Description |
System.Object[] |
|
ExpansionScript
Declaration
public string ExpansionScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Filtering
Declaration
public IgbFilteringExpressionsTree Filtering { get; set; }
Property Value
GroupBy
Declaration
public IgbGroupingState GroupBy { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Moving
Declaration
public bool Moving { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Paging
Declaration
public IgbPagingState Paging { get; set; }
Property Value
PinningConfig
Declaration
public IgbPinningConfig PinningConfig { get; set; }
Property Value
PivotConfiguration
Declaration
public IgbPivotConfiguration PivotConfiguration { get; set; }
Property Value
RowIslands
Declaration
public IgbGridStateCollection[] RowIslands { get; set; }
Property Value
RowPinning
Declaration
public object[] RowPinning { get; set; }
Property Value
Type |
Description |
System.Object[] |
|
RowPinningScript
Declaration
public string RowPinningScript { get; set; }
Property Value
Type |
Description |
System.String |
|
RowSelection
Declaration
public object[] RowSelection { get; set; }
Property Value
Type |
Description |
System.Object[] |
|
RowSelectionScript
Declaration
public string RowSelectionScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Sorting
Declaration
public IgbSortingExpression[] Sorting { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
Type |
Name |
Description |
System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
Type |
Name |
Description |
System.Object |
element |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
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