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

ASPxSchedulerStyles.Menu Property

Gets the style settings that define the appearance of a corresponding scheduler’s element.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public SchedulerMenuStyles Menu { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.SchedulerMenuStyles

A DevExpress.Web.ASPxScheduler.SchedulerMenuStyles object that contains the style settings.

See Also