SchedulerOptionsView Class
In This Article
Provides view options for the Scheduler control.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public class SchedulerOptionsView :
SchedulerOptionsViewBase
#Related API Members
The following members return SchedulerOptionsView objects:
#Remarks
The SchedulerOptionsView class provides a set of Boolean properties that specify the scheduler’s appearance. These options can be accessed via the control’s SchedulerControl.OptionsView property.
#Inheritance
See Also