Back to Devexpress

CardViewColumn.HeaderStyle Property

aspnet-devexpress-dot-web-dot-cardviewcolumn-44f5a4d1.md

latest1.5 KB
Original Source

CardViewColumn.HeaderStyle Property

Gets the style settings used to paint the column’s header.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual CardViewHeaderStyle HeaderStyle { get; }
vb
Public Overridable ReadOnly Property HeaderStyle As CardViewHeaderStyle

Property Value

TypeDescription
CardViewHeaderStyle

A CardViewHeaderStyle object that contains the style settings used to paint the column’s header.

|

Remarks

Use the HeaderStyle property to specify the column header’s appearance. These style settings override the style settings common to all column headers within a Card View (CardViewStyles.Header).

See Also

Styles

Header

Card View

CardViewColumn Class

CardViewColumn Members

DevExpress.Web Namespace