Class TreeListColumnState
Describes a column in the TreeList State.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TreeListColumnState : GridColumnStateBase
Constructors
TreeListColumnState()
Declaration
public TreeListColumnState()
TreeListColumnState(Int32, String, Nullable<Boolean>)
Declaration
public TreeListColumnState(int index, string width, Nullable<bool> visible)
Parameters
System.Int32
index
|
System.String
width
|
System.Nullable<System.Boolean>
visible
|