Skip to main content
A newer version of this page is available. .

DXScheduler Styles

  • 2 minutes to read

Note

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

The following table lists all style properties introduced by DXScheduler for WPF.

Visual Element

Property

Description

Target Element

All-Day Area

DayView.AllDayAreaCellStyle

Specifies an all-day area’s style.

VisualAllDayAreaCell

Time Cells

DayView.CellStyle

TimelineView.CellStyle

SchedulerViewBase.DragDropHoverTimeCellsStyle

WeekViewBase.HorizontalWeekCellStyle

WeekView.VerticalWeekCellStyle

Specify styles applied to time cells displayed in different views of the SchedulerControl.

VisualTimeCell

VisualSingleTimelineCell

VisualDraggedAppointmentControl

VisualDateCell

VisualDateCell

Resource Navigator

SchedulerControl.ResourceNavigatorHorizontalStyle

SchedulerControl.ResourceNavigatorVerticalStyle

Specify resource navigator’s style.

ResourceNavigatorControl

Resource Navigator

ResourceNavigatorControl.ButtonFirstStyle

ResourceNavigatorControl.ButtonPrevPageStyle

ResourceNavigatorControl.ButtonPrevStyle

ResourceNavigatorControl.ButtonNextStyle

ResourceNavigatorControl.ButtonNextPageStyle

ResourceNavigatorControl.ButtonLastStyle

ResourceNavigatorControl.ButtonIncCountStyle

ResourceNavigatorControl.ButtonDecCountStyle

Specify styles applied to resource navigator’s buttons.

Button

Day Header

DayView.DateHeaderStyle

TimelineView.DateHeaderStyle

WeekViewBase.HorizontalWeekDateHeaderStyle

WeekView.VerticalWeekDateHeaderStyle

Specify styles applied to day headers.

VisualDateHeader

VisualTimeScaleHeader

VisualDateCellHeader

VisualDateCellHeader

Day of Week Header

WeekViewBase.DayOfWeekHeaderStyle

Specifies style applied to day of week headers.

VisualDayOfWeekHeader

Resource Header

SchedulerViewBase.HorizontalResourceHeaderStyle

SchedulerViewBase.VerticalResourceHeaderStyle

Specify styles applied to resource headers.

VisualResourceHeader

More Button

DayView.MoreButtonDownStyle

DayView.MoreButtonUpStyle

TimelineView.MoreButtonStyle

WeekViewBase.MoreButtonStyle

Specify styles applied to “more” buttons.

Button

Navigation Buttons

SchedulerViewBase.NavigationButtonPrevStyle

SchedulerViewBase.NavigationButtonNextStyle

Specify styles applied to navigation buttons.

VisualNavigationButton

Selection Bar

TimelineView.SelectionBarCellStyle

Specifies a selection bar’s style.

VisualTimeCell

Time Marker

DayView.CurrentTimeIndicatorStyle

Specifies a current time indicator’s style.

ContentPresenter

See Also