Back to Devexpress

CardViewStyles.Header Property

aspnet-devexpress-dot-web-dot-cardviewstyles-eb39f06b.md

latest1.3 KB
Original Source

CardViewStyles.Header Property

Gets the style settings used to paint column headers.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewHeaderStyle Header { get; }
vb
Public ReadOnly Property Header As CardViewHeaderStyle

Property Value

TypeDescription
CardViewHeaderStyle

A CardViewHeaderStyle object that contains style settings used to paint column headers.

|

Remarks

Use the colum’s CardViewColumn.HeaderStyle property to paint its header using custom style settings.

See Also

HeaderStyle

Card View

CardViewStyles Class

CardViewStyles Members

DevExpress.Web Namespace