ASPxHtmlEditorSettings.EnableContextMenuScrolling Property
In This Article
Gets or sets whether to enable context menu scrolling.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Enable |
---|---|---|
ASP. |
Html |
|
ASP. |
ASPx |
|
#Remarks
If the EnableContextMenuScrolling property is set to true
, scroll buttons are displayed within context menus that do not fit onto the page, allowing end-users to scroll through menu items.
Otherwise, context menus are trimmed if they cannot be displayed in their entirety.
See Also