Back to Devexpress

ASPxSchedulerOptionsBehavior Class

aspnet-devexpress-dot-web-dot-aspxscheduler-0331e041.md

latest2.5 KB
Original Source

ASPxSchedulerOptionsBehavior Class

Holds options, specifying certain basic characteristics of the scheduler.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxSchedulerOptionsBehavior :
    SchedulerOptionsBehaviorBase
vb
Public Class ASPxSchedulerOptionsBehavior
    Inherits SchedulerOptionsBehaviorBase

The following members return ASPxSchedulerOptionsBehavior objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxScheduler.OptionsBehavior
ASP.NET MVC ExtensionsSchedulerSettings.OptionsBehavior

Remarks

The ASPxSchedulerOptionsBehavior class provides a set of properties that control certain scheduler’s characteristics. The class instance can be accessed via the ASPxScheduler.OptionsBehavior property.

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions SchedulerOptionsBehaviorBase ASPxSchedulerOptionsBehavior

See Also

ASPxSchedulerOptionsBehavior Members

OptionsCustomization

OptionsForms

OptionsView

OptionsCookies

DevExpress.Web.ASPxScheduler Namespace