CardViewColumn.HeaderStyle Property
In This Article
Gets the style settings used to paint the column’s header.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual CardViewHeaderStyle HeaderStyle { get; }
#Property Value
Type | Description |
---|---|
Card |
A Card |
#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