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

CardViewStyles.Header Property

Gets the style settings used to paint column headers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CardViewHeaderStyle Header { get; }

Property Value

Type Description
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