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

ASPxGridView.SettingsContextMenu Property

Provides access to the GridView’s context menu settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxGridViewContextMenuSettings SettingsContextMenu { get; }

Property Value

Type Description
ASPxGridViewContextMenuSettings

An ASPxGridViewContextMenuSettings object that contains the Grid View’s context menu settings.

See Also