Back to Devexpress

GridViewHeaderPanelStyle Class

aspnet-devexpress-dot-web-6a4df230.md

latest2.0 KB
Original Source

GridViewHeaderPanelStyle Class

Provides the style settings used to paint the column header panel within the ASPxGridView.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return GridViewHeaderPanelStyle objects:

Remarks

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

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

See Also

GridViewHeaderPanelStyle Members

Grid View

DevExpress.Web Namespace