Show / Hide Table of Contents

Class IgbGridStateOptions

Inheritance
System.Object
BaseRendererElement
IgbGridStateOptions
Implements
JsonSerializable
Inherited Members
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.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
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 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
BaseRendererElement.Type

Methods

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererElement.FindByName(String)

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

JsonSerializable