Class
GanttViewElementNames

A list of names specific to GanttView component elements.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class GanttViewElementNames

Inheritance: objectGanttViewElementNames

Constructors

GanttViewElementNames()

Declaration

cs-api-definition
public GanttViewElementNames()

Fields

ColumsHeadersPanel

The name of the panel holding RadGanttView columns headers.

Declaration

cs-api-definition
public const string ColumsHeadersPanel = "ColumnsPanel"

Field Value

string

FrozenCellsPanel

The name of the RadGanttViews frozen cells panel.

Declaration

cs-api-definition
public const string FrozenCellsPanel = "FrozenCellsPanel"

Field Value

string

FrozenColumsHeadersPanel

The name of the panel holding RadGanttView columns headers.

Declaration

cs-api-definition
public const string FrozenColumsHeadersPanel = "FrozenColumnsPanel"

Field Value

string

SimpleCellsPanel

The name of the RadGanttViews cells panel.

Declaration

cs-api-definition
public const string SimpleCellsPanel = "CellsPanel"

Field Value

string

TimeLine

The name of the RadGanttViews TimeLine section.

Declaration

cs-api-definition
public const string TimeLine = "EventsPanel"

Field Value

string

TimeRuller

The name of the RadGanttViews TimeRuller section.

Declaration

cs-api-definition
public const string TimeRuller = "TimeRulerPanel"

Field Value

string