Skip to main content

ASPxSchedulerOptionsView Class

Provides view options for the ASPxScheduler control.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxSchedulerOptionsView :
    SchedulerOptionsViewBase

The following members return ASPxSchedulerOptionsView objects:

Library Related API Members
ASP.NET Web Forms Controls 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