Back to Devexpress

ASPxSchedulerOptionsMenu Class

aspnet-devexpress-dot-web-dot-aspxscheduler-e5ed6c40.md

latest2.1 KB
Original Source

ASPxSchedulerOptionsMenu Class

Provides options for displaying the popup menu.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxSchedulerOptionsMenu :
    SchedulerNotificationOptions
vb
Public Class ASPxSchedulerOptionsMenu
    Inherits SchedulerNotificationOptions

The following members return ASPxSchedulerOptionsMenu objects:

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

Remarks

The ASPxSchedulerOptionsMenu class provides a set of properties that control how the popup menu is displayed. These properties can be accessed via the ASPxScheduler.OptionsMenu property.

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions ASPxSchedulerOptionsMenu

See Also

ASPxSchedulerOptionsMenu Members

OptionsMenu

DevExpress.Web.ASPxScheduler Namespace