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

GridViewSettings.SettingsContextMenu Property

Provides access to the GridView’s context menu settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.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