New to Telerik UI for BlazorStart a free 30-day trial

Describes a column in the grid State.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class GridColumnState : GridColumnStateBase

Inheritance: objectGridColumnStateBaseGridColumnState

Inherited Members GridColumnStateBase.IndexGridColumnStateBase.WidthGridColumnStateBase.VisibleGridColumnStateBase.LockedGridColumnStateBase.IdGridColumnStateBase.Field...

Constructors

C#
public GridColumnState()
C#
public GridColumnState(GridColumnStateBase s)
Parameters:sGridColumnStateBase
C#
public GridColumnState(int index, string width, bool? visible)
Parameters:indexintwidthstringvisiblebool?