ClassGanttViewElementNames
Class
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
FrozenCellsPanel
The name of the RadGanttViews frozen cells panel.
Declaration
cs-api-definition
public const string FrozenCellsPanel = "FrozenCellsPanel"
Field Value
FrozenColumsHeadersPanel
The name of the panel holding RadGanttView columns headers.
Declaration
cs-api-definition
public const string FrozenColumsHeadersPanel = "FrozenColumnsPanel"
Field Value
SimpleCellsPanel
The name of the RadGanttViews cells panel.
Declaration
cs-api-definition
public const string SimpleCellsPanel = "CellsPanel"
Field Value
TimeLine
The name of the RadGanttViews TimeLine section.
TimeRuller
The name of the RadGanttViews TimeRuller section.