Class GanttConstants
Inheritance
System.Object
GanttConstants
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public static class GanttConstants
Fields
CssGantt
Declaration
public const string CssGantt = "RadGantt RadGantt"
Field Value
System.String
|
CssGanttDayView
Declaration
public const string CssGanttDayView = "rgtViewButton-day"
Field Value
System.String
|
CssGanttMonthView
Declaration
public const string CssGanttMonthView = "rgtViewButton-month"
Field Value
System.String
|
CssGanttView
Declaration
public const string CssGanttView = "rgtViewButton-"
Field Value
System.String
|
CssGanttWeekView
Declaration
public const string CssGanttWeekView = "rgtViewButton-week"
Field Value
System.String
|
CssTask
Declaration
public const string CssTask = "rgtTask "
Field Value
System.String
|
CssTaskContent
Declaration
public const string CssTaskContent = "rgtTaskContent"
Field Value
System.String
|
CssTasksTable
Declaration
public const string CssTasksTable = "rgtTasks"
Field Value
System.String
|
CssTaskWrapper
Declaration
public const string CssTaskWrapper = "rgtTaskWrap"
Field Value
System.String
|
CssTreelistWrapper
Declaration
public const string CssTreelistWrapper = "rgtTreelistWrapper"
Field Value
System.String
|
GanttKey
Declaration
public const string GanttKey = "RadGantt"
Field Value
System.String
|
TaskKey
Declaration
public const string TaskKey = "Task"
Field Value
System.String
|