ASPxGridViewContextMenuSettings.EnableScrolling Property
Specifies whether scrolling is enabled in the context menu.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 EnableScrolling |
---|---|---|
ASP.NET Web Forms Controls | ASPxGridView |
|
GridViewProperties |
|
|
ASP.NET MVC Extensions | GridViewSettings |
|
MVCxGridViewProperties |
|
Remarks
<dx:ASPxGridView ID="GridView1" runat="server">
<SettingsContextMenu Enabled="True" EnableScrolling="True" >
</SettingsContextMenu>
</dx:ASPxGridView>
See Also