TimeRange
Enum
Defines the type of range the timeline of a RadGanttView will be displayed in.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum TimeRange
Fields
When this value is set the user is responsible for providing the items for the gantt timeline view.
C#
Custom = 9
Days view with half hours for the sub items.
C#
DayHalfHours = 6
Days view with quarter hours for the sub items.
C#
DayQuarterHours = 7
Years view with half years for the sub items.
C#
YearHalves = 3
Years view with quarters for the sub items.
C#
YearQuarters = 4