Skip to main content
Tab

RibbonSettingsPopupMenu.EnableScrolling Property

Gets or sets a value indicating whether popup menu scrolling is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool EnableScrolling { 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 EnableScrolling
ASP.NET MVC Extensions RibbonSettings
.SettingsPopupMenu .EnableScrolling
ASP.NET Web Forms Controls ASPxRibbon
.SettingsPopupMenu .EnableScrolling
See Also