Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomScheduler.OptionsView Property

Represents settings that define the scheduler control’s appearance.

#Declaration

Delphi
property OptionsView: TcxSchedulerOptionsView read; write;

#Property Value

Type
TcxSchedulerOptionsView

#Remarks

The following settings, encapsulated in the TcxSchedulerOptionsView class, define the scheduler control’s appearance:

  • AdditionalTimeZone – specifies the time zone for the second time ruler.

  • AdditionalTimeZoneLabel – specifies the name displayed for the second time ruler in the scheduling area.

  • CurrentTimeZone – specifies the time zone for the primary time ruler.

  • CurrentTimeZoneLabel – specifies the name displayed for the primary time ruler in the scheduler control.

  • DayBorderColor – specifies the color for each day’s boundaries.

  • GroupingKind – specifies the type of grouping of the schedules in the scheduling area.

  • GroupSeparatorWidth – specifies the group separator’s width in pixels.

  • HideSelection – specifies whether the selected time block remains highlighted when the scheduler control loses focus.

  • HorzSplitterWidth – specifies the width of the horizontal splitter in pixels.

  • RotateResourceCaptions – specifies whether the resource’s header captions are displayed horizontally or vertically under the Week, Weeks or TimeGrid View.

  • ShowAdditionalTimeZone – specifies whether the second time ruler is shown in the scheduling area.

  • ShowEventsWithoutResource – specifies whether user events are visible in the scheduling area when grouping schedules by resources is disabled.

  • ShowHints – specifies whether the hint window appears when an end-user positions the mouse pointer over the user event’s rectangle.

  • ShowNavigationButtons – specifies whether user event navigation buttons are to be displayed in the View.

  • StartOfWeek – specifies the day, which will be treated as the first day in each week.

  • VertSplitterWidth – specifies the width of the vertical splitter in pixels.

  • ViewPosition – specifies the position of the scheduling area with respect to the Date Navigator and Control Box panes in the scheduler control.

  • WorkDays – specifies the days that the work hours appear in.

  • WorkFinish – specifies the end of the work hours displayed in the scheduling area.

  • WorkStart – specifies the beginning of the work hours displayed in the scheduling area.

Use the OptionsView property to access settings that specify the scheduler control’s appearance.

See Also