Skip to main content
A newer version of this page is available. .
Tab

CardViewHeaderStyle Class

Provides the style settings used to paint column headers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CardViewHeaderStyle :
    GridHeaderStyle

The following members return CardViewHeaderStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions CardViewColumn.HeaderStyle
CardViewStyles.Header
ASP.NET Bootstrap Controls BootstrapCardViewColumn.HeaderStyle

Remarks

These settings can be accessed using the CardViewStyles.Header and CardViewColumn.HeaderStyle properties.

Inheritance

Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
AppearanceStyle
DevExpress.Web.GridHeaderStyle
CardViewHeaderStyle
See Also