Skip to main content
Tab

ASPxPopupMenu.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.

See Also