Skip to main content

ASPxScheduler.OptionsMenu Property

Provides access to menu options.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxSchedulerOptionsMenu OptionsMenu { get; }

Property Value

Type Description
ASPxSchedulerOptionsMenu

A ASPxSchedulerOptionsMenu object containing menu options.

See Also