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

ASPxSchedulerOptionsView Class

Provides view options for the ASPxScheduler control.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxSchedulerOptionsView :
    SchedulerOptionsViewBase

The following members return ASPxSchedulerOptionsView objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxScheduler.OptionsView
ASP.NET MVC Extensions SchedulerSettings.OptionsView

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.

See Also