Class IgbGridStateOptions
Inheritance
System.Object
IgbGridStateOptions
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGridStateOptions : BaseRendererElement, JsonSerializable
Constructors
IgbGridStateOptions()
Declaration
public IgbGridStateOptions()
Properties
AdvancedFiltering
Declaration
public bool AdvancedFiltering { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
CellSelection
Declaration
public bool CellSelection { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Columns
Declaration
public bool Columns { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ColumnSelection
Declaration
public bool ColumnSelection { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Expansion
Declaration
public bool Expansion { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Filtering
Declaration
public bool Filtering { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
GroupBy
Declaration
public bool GroupBy { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Moving
Declaration
public bool Moving { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Paging
Declaration
public bool Paging { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
PinningConfig
Declaration
public bool PinningConfig { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
PivotConfiguration
Declaration
public bool PivotConfiguration { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
RowIslands
Declaration
public bool RowIslands { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
RowPinning
Declaration
public bool RowPinning { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
RowSelection
Declaration
public bool RowSelection { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Sorting
Declaration
public bool Sorting { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
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
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 |
|
Implements