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

DataGridPrintStyle.HeaderBackColor Property

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

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.Printing.v19.2.Core.dll

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