Back to Devexpress

ASPxGridViewContextMenuSettings.RowMenuItemVisibility Property

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

latest3.0 KB
Original Source

ASPxGridViewContextMenuSettings.RowMenuItemVisibility Property

Gets the visibility settings of the row context menu items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public GridViewRowMenuItemVisibility RowMenuItemVisibility { get; }
vb
Public ReadOnly Property RowMenuItemVisibility As GridViewRowMenuItemVisibility

Property Value

TypeDescription
GridViewRowMenuItemVisibility

A GridViewRowMenuItemVisibility object that contains the visibility settings.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to RowMenuItemVisibility
ASP.NET MVC ExtensionsGridViewSettings

.SettingsContextMenu .RowMenuItemVisibility

| | MVCxGridViewProperties |

.SettingsContextMenu .RowMenuItemVisibility

| | ASP.NET Web Forms Controls | ASPxGridView |

.SettingsContextMenu .RowMenuItemVisibility

| | GridViewProperties |

.SettingsContextMenu .RowMenuItemVisibility

|

Remarks

Use the members provided by the RowMenuItemVisibility property to specify the visibility of row default context menu items.

See Also

Context Menu

Grid Context Menu Items

Context Menu

Grid View

Online Demo: Grid - Context Menu

ASPxGridViewContextMenuSettings Class

ASPxGridViewContextMenuSettings Members

DevExpress.Web Namespace