WeekViewBase Class
The base class for the Week and Month views of the SchedulerControl.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public abstract class WeekViewBase :
SchedulerViewBase
Public MustInherit Class WeekViewBase
Inherits SchedulerViewBase
Remarks
The WeekViewBase class provides a number of properties to specify styles of visual elements displayed in the Week or Month views (for example, the WeekViewBase.DayOfWeekHeaderStyle, WeekViewBase.HorizontalWeekCellStyle and WeekViewBase.HorizontalWeekDateHeaderStyle properties).
Inheritance
See Also