Class
GanttColumnState

Describes a column in the State.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GanttColumnState

Inheritance: objectGanttColumnState

Constructors

GanttColumnState()

Declaration

cs-api-definition
public GanttColumnState()

Properties

Field

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

Declaration

cs-api-definition
public string Field { get; }

Property Value

string

Id

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

Declaration

cs-api-definition
public string Id { get; }

Property Value

string

Index

The position of the column in the column list.

Declaration

cs-api-definition
public int Index { get; set; }

Property Value

int

Visible

The flag that controls if the column is visible.

Declaration

cs-api-definition
public bool? Visible { get; set; }

Property Value

bool?

Width

The width of the column.

Declaration

cs-api-definition
public string Width { get; set; }

Property Value

string