ASPxGridViewContextMenuSettings.RowMenuItemVisibility Property
In This Article
Gets the visibility settings of the row context menu items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewRowMenuItemVisibility RowMenuItemVisibility { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Row |
---|---|---|
ASP. |
Grid |
|
MVCx |
|
|
ASP. |
ASPx |
|
Grid |
|
#Remarks
Use the members provided by the RowMenuItemVisibility property to specify the visibility of row default context menu items.
See Also