Format.Foreground Property
In This Article
Gets or sets the brush used to paint the foreground of the formatted cell. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Brush | A Windows. |
#Remarks
To specify the brush used to paint the formatted cell’s background, use the Background property.
See Also