Skip to main content

DataGridPrintStyle.HeaderBackColor Property

Gets or sets the background color of all row and column headers.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

public Color HeaderBackColor { get; set; }

Property Value

Type Description
Color

A Color that represents the background color of row and column headers.

See Also