Back to Devexpress

ASPxSchedulerOptionsView Class

aspnet-devexpress-dot-web-dot-aspxscheduler-0d1b0a57.md

latest2.2 KB
Original Source

ASPxSchedulerOptionsView Class

Provides view options for the ASPxScheduler control.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxSchedulerOptionsView :
    SchedulerOptionsViewBase
vb
Public Class ASPxSchedulerOptionsView
    Inherits SchedulerOptionsViewBase

The following members return ASPxSchedulerOptionsView objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxScheduler.OptionsView
ASP.NET MVC ExtensionsSchedulerSettings.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.

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions SchedulerOptionsViewBase ASPxSchedulerOptionsView BootstrapSchedulerOptionsView

See Also

ASPxSchedulerOptionsView Members

DevExpress.Web.ASPxScheduler Namespace