Class
GanttColumnState

Describes a column in the State.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class GanttColumnState

Inheritance: objectGanttColumnState

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

string

Id

Gets the Id of the column, if it has one set.

Declaration

public string Id { get; }

Property Value

string

Index

The position of the column in the column list.

Declaration

public int Index { get; set; }

Property Value

int

Visible

The flag that controls if the column is visible.

Declaration

public bool? Visible { get; set; }

Property Value

bool?

Width

The width of the column.

Declaration

public string Width { get; set; }

Property Value

string