Skip to main content
Tab

CardViewStyles.Header Property

Gets the style settings used to paint column headers.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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