Back to Devexpress

ASPxGridViewContextMenuSettings Class

aspnet-devexpress-dot-web-024b1fe2.md

latest2.4 KB
Original Source

ASPxGridViewContextMenuSettings Class

Provides settings that affect the context menu appearance and functionality.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxGridViewContextMenuSettings :
    ASPxGridSettingsBase
vb
Public Class ASPxGridViewContextMenuSettings
    Inherits ASPxGridSettingsBase

The following members return ASPxGridViewContextMenuSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxGridView.SettingsContextMenu
GridViewProperties.SettingsContextMenu
ASP.NET MVC ExtensionsGridViewSettings.SettingsContextMenu
MVCxGridViewProperties.SettingsContextMenu

Remarks

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

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridViewContextMenuSettings

See Also

ASPxGridViewContextMenuSettings Members

Context Menu

Context Menu

Grid View

Online Demo: Grid - Context Menu

DevExpress.Web Namespace