Skip to main content

GridPrintBrickStyle.Foreground Property

Gets or set the foreground color of the GridControl‘s brick (element) when it is printed.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public Color? Foreground { get; set; }

Property Value

Type Description
Nullable<Color>

The foreground color of the GridControl‘s brick (element) when it is printed.

See Also