Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewContextMenuSettings.RowMenuItemVisibility Property

Gets the visibility settings of the row context menu items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewRowMenuItemVisibility RowMenuItemVisibility { get; }

Property Value

Type Description
GridViewRowMenuItemVisibility

A GridViewRowMenuItemVisibility object that contains the visibility settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to RowMenuItemVisibility
ASPxGridView
.SettingsContextMenu.RowMenuItemVisibility
GridViewProperties
.SettingsContextMenu.RowMenuItemVisibility
GridViewSettings
.SettingsContextMenu.RowMenuItemVisibility
GridViewSettings<RowType>
.SettingsContextMenu.RowMenuItemVisibility
MVCxGridView
.SettingsContextMenu.RowMenuItemVisibility
MVCxGridViewProperties
.SettingsContextMenu.RowMenuItemVisibility

Remarks

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

See Also