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

ASPxSchedulerOptionsMenu Class

Provides options for displaying the popup menu.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class ASPxSchedulerOptionsMenu :
    SchedulerNotificationOptions

The following members return ASPxSchedulerOptionsMenu objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxScheduler.OptionsMenu
SchedulerSettings.OptionsMenu
ASP.NET Bootstrap Controls BootstrapScheduler.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.

See Also