Enum TimeRange
Defines the type of range the timeline of a RadGanttView will be displayed in.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum TimeRange
Custom
When this value is set the user is responsible for providing the items for the gantt timeline view.
Day
Days view
DayHalfHours
Days view with half hours for the sub items.
DayQuarterHours
Days view with quarter hours for the sub items.
Hour
Hours view.
Month
Months view
Week
Weeks view
Year
Years view
YearHalves
Years view with half years for the sub items.
YearQuarters
Years view with quarters for the sub items.