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