GridViewContextMenuStyles.GroupPanel Property
In This Article
Gets the style settings defining the appearance of the group panel context menu.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewContextMenuStyle GroupPanel { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
The GroupPanel property provides access to style settings that define the appearance style of the group panel context menu. To specify common style settings for all context menu types, use the GridViewContextMenuStyles.Common property.
See Also