Skip to main content
Tab

ASPxGridViewContextMenuSettings Class

Provides settings that affect the context menu appearance and functionality.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxGridViewContextMenuSettings :
    ASPxGridSettingsBase

The following members return ASPxGridViewContextMenuSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxGridView.SettingsContextMenu
GridViewProperties.SettingsContextMenu
ASP.NET MVC Extensions GridViewSettings.SettingsContextMenu
MVCxGridViewProperties.SettingsContextMenu

Remarks

These settings can be accessed via the ASPxGridView’s ASPxGridView.SettingsContextMenu property.

Implements

Inheritance

See Also