New to Telerik UI for WinFormsStart a free 30-day trial

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

C#
Day = 5

Days view with half hours for the sub items.

C#
DayHalfHours = 6

Days view with quarter hours for the sub items.

C#
DayQuarterHours = 7

Hours view.

C#
Hour = 8

Months view

C#
Month = 1

Weeks view

C#
Week = 0

Years view

C#
Year = 2

Years view with half years for the sub items.

C#
YearHalves = 3

Years view with quarters for the sub items.

C#
YearQuarters = 4