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

Describes a column in the TreeList State.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class TreeListColumnState : GridColumnStateBase

Inheritance: objectGridColumnStateBaseTreeListColumnState

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

Constructors

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