Back to Devexpress

GridViewHeaderStyle Class

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

latest2.3 KB
Original Source

GridViewHeaderStyle Class

Provides the style settings used to paint column headers.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewHeaderStyle :
    GridHeaderStyle
vb
Public Class GridViewHeaderStyle
    Inherits GridHeaderStyle

The following members return GridViewHeaderStyle objects:

Remarks

These settings can be accessed using the GridViewStyles.Header and GridViewColumn.HeaderStyle properties.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle DevExpress.Web.GridHeaderStyle GridViewHeaderStyle

See Also

GridViewHeaderStyle Members

Grid View

DevExpress.Web Namespace