aspnet-devexpress-dot-web-dot-aspxgridviewcontextmenusettings-a7b5766d.md
Gets the visibility settings of the row context menu items.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public GridViewRowMenuItemVisibility RowMenuItemVisibility { get; }
Public ReadOnly Property RowMenuItemVisibility As GridViewRowMenuItemVisibility
| Type | Description |
|---|---|
| GridViewRowMenuItemVisibility |
A GridViewRowMenuItemVisibility object that contains the visibility settings.
|
You can access this nested property as listed below:
| Library | Object Type | Path to RowMenuItemVisibility |
|---|---|---|
| ASP.NET MVC Extensions | GridViewSettings |
.SettingsContextMenu .RowMenuItemVisibility
| | MVCxGridViewProperties |
.SettingsContextMenu .RowMenuItemVisibility
| | ASP.NET Web Forms Controls | ASPxGridView |
.SettingsContextMenu .RowMenuItemVisibility
| | GridViewProperties |
.SettingsContextMenu .RowMenuItemVisibility
|
Use the members provided by the RowMenuItemVisibility property to specify the visibility of row default context menu items.
See Also
Online Demo: Grid - Context Menu
ASPxGridViewContextMenuSettings Class