ASPxGridViewContextMenuSettings.EnableScrolling Property
Specifies whether scrolling is enabled in the context menu.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.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. |
Grid |
|
MVCx |
|
|
ASP. |
ASPx |
|
Grid |
|
#Remarks
<dx:ASPxGridView ID="GridView1" runat="server">
<SettingsContextMenu Enabled="True" EnableScrolling="True" >
</SettingsContextMenu>
</dx:ASPxGridView>