Skip to main content

DataGridPrintStyle.HeaderForeColor Property

Gets or sets the foreground color of headers.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public Color HeaderForeColor { get; set; }

Property Value

Type Description
Color

A Color that represents the foreground color of the grid’s column headers, including the column header text and the plus/minus glyphs.

See Also