Skip to main content

DataControlBase.Foreground Property

Gets or sets a brush that paints the GridControl‘s foreground.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

#Declaration

public Brush Foreground { get; set; }

#Property Value

Type Description
Brush

A brush that paints the GridControl‘s foreground.

See Also