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

ASPxSchedulerOptionsMenu.EnableMenuScrolling Property

Gets or sets a value indicating whether submenu scrolling is enabled in the menu.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[DefaultValue(false)]
public bool EnableMenuScrolling { get; set; }

Property Value

Type Default Description
Boolean **false**

true if scrolling is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnableMenuScrolling
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsMenu.EnableMenuScrolling
ASP.NET Web Forms Controls ASPxScheduler
.OptionsMenu.EnableMenuScrolling
MVCxScheduler
.OptionsMenu.EnableMenuScrolling
SchedulerSettings
.OptionsMenu.EnableMenuScrolling

Remarks

Set the EnableMenuScrolling property to true, to enable scrolling if a menu height exceeds the browser window height. In this case, scroll buttons are displayed to allow the user to scroll the menu vertically.

EnableMenuScrolling

See Also