Back to Devexpress

GridViewContextMenuStyles Class

aspnet-devexpress-dot-web-7a0d4071.md

latest1.7 KB
Original Source

GridViewContextMenuStyles Class

Contains settings that allow the appearance of various context menu types to be defined.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewContextMenuStyles :
    PropertiesBase
vb
Public Class GridViewContextMenuStyles
    Inherits PropertiesBase

The following members return GridViewContextMenuStyles objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxGridView.StylesContextMenu
ASP.NET MVC ExtensionsGridViewSettings.StylesContextMenu

Remarks

An object of the GridViewContextMenuStyles type can be accessed via the ASPxGridView.StylesContextMenu property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase GridViewContextMenuStyles

See Also

GridViewContextMenuStyles Members

DevExpress.Web Namespace