Skip to main content

DataGridPrintStyle.CaptionForeColor Property

Gets or sets the foreground color of the caption area.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

public Color CaptionForeColor { get; set; }

Property Value

Type Description
Color

A Color that represents the foreground color of the caption area.

See Also