Class GanttColumnState
Describes a column in the State.
Inheritance
System.Object
GanttColumnState
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GanttColumnState : Object
Constructors
GanttColumnState()
Declaration
public GanttColumnState()
Properties
Field
Gets the Field of the column, if it has one set.
Declaration
public string Field { get; }
Property Value
System.String
|
Id
Gets the Id of the column, if it has one set.
Declaration
public string Id { get; }
Property Value
System.String
|
Index
The position of the column in the column list.
Declaration
public int Index { get; set; }
Property Value
System.Int32
|
Visible
The flag that controls if the column is visible.
Declaration
public Nullable<bool> Visible { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Width
The width of the column.
Declaration
public string Width { get; set; }
Property Value
System.String
|