Back to Devexpress

GridViewGroupPanelStyle Class

aspnet-devexpress-dot-web-495d7a56.md

latest2.0 KB
Original Source

GridViewGroupPanelStyle Class

Provides the style settings used to paint the Group Panel within the ASPxGridView.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewGroupPanelStyle :
    GridViewStyleBase
vb
Public Class GridViewGroupPanelStyle
    Inherits GridViewStyleBase

The following members return GridViewGroupPanelStyle objects:

Remarks

These settings can be accessed using the GridViewStyles.GroupPanel property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle DevExpress.Web.GridStyleBase GridViewStyleBase GridViewGroupPanelStyle

See Also

GridViewGroupPanelStyle Members

Grid View

DevExpress.Web Namespace