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

DataGridPrintStyle.CaptionBackColor Property

Gets or sets the background color of the caption area.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

public Color CaptionBackColor { get; set; }

Property Value

Type Description
Color

A Color that represents the caption’s background color.

See Also