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

Describes a column in the State.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class GanttColumnState

Inheritance: objectGanttColumnState

Constructors

C#
public GanttColumnState()

Properties

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

C#
public string Field { get; }

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

C#
public string Id { get; }

The position of the column in the column list.

C#
public int Index { get; set; }

The flag that controls if the column is visible.

C#
public bool? Visible { get; set; }

The width of the column.

C#
public string Width { get; set; }