Enum
TimeRange

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:

cs-api-definition
public enum TimeRange

Fields

Custom

When this value is set the user is responsible for providing the items for the gantt timeline view.

Declaration

cs-api-definition
Custom = 9

Field Value

TimeRange

Day

Days view

Declaration

cs-api-definition
Day = 5

Field Value

TimeRange

DayHalfHours

Days view with half hours for the sub items.

Declaration

cs-api-definition
DayHalfHours = 6

Field Value

TimeRange

DayQuarterHours

Days view with quarter hours for the sub items.

Declaration

cs-api-definition
DayQuarterHours = 7

Field Value

TimeRange

Hour

Hours view.

Declaration

cs-api-definition
Hour = 8

Field Value

TimeRange

Month

Months view

Declaration

cs-api-definition
Month = 1

Field Value

TimeRange

Week

Weeks view

Declaration

cs-api-definition
Week = 0

Field Value

TimeRange

Year

Years view

Declaration

cs-api-definition
Year = 2

Field Value

TimeRange

YearHalves

Years view with half years for the sub items.

Declaration

cs-api-definition
YearHalves = 3

Field Value

TimeRange

YearQuarters

Years view with quarters for the sub items.

Declaration

cs-api-definition
YearQuarters = 4

Field Value

TimeRange