Back to Devexpress

ASPxGridViewContextMenuSettings.EnableScrolling Property

aspnet-devexpress-dot-web-dot-aspxgridviewcontextmenusettings-a4690777.md

latest2.3 KB
Original Source

ASPxGridViewContextMenuSettings.EnableScrolling Property

Specifies whether scrolling is enabled in the context menu.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool EnableScrolling { get; set; }
vb
<DefaultValue(False)>
Public Property EnableScrolling As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to enable scrolling; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to EnableScrolling
ASP.NET MVC ExtensionsGridViewSettings

.SettingsContextMenu .EnableScrolling

| | MVCxGridViewProperties |

.SettingsContextMenu .EnableScrolling

| | ASP.NET Web Forms Controls | ASPxGridView |

.SettingsContextMenu .EnableScrolling

| | GridViewProperties |

.SettingsContextMenu .EnableScrolling

|

Remarks

aspx
<dx:ASPxGridView ID="GridView1" runat="server">
     <SettingsContextMenu Enabled="True" EnableScrolling="True" >
     </SettingsContextMenu>
</dx:ASPxGridView>

See Also

ASPxGridViewContextMenuSettings Class

ASPxGridViewContextMenuSettings Members

DevExpress.Web Namespace