Skip to main content

DataGridPrintStyle.ForeColor Property

Gets or sets the foreground color (typically the color of the text) of the data grid.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

public Color ForeColor { get; set; }

Property Value

Type Description
Color

A Color that represents the foreground color.

See Also