Format.Background Property
In This Article
Gets or sets the brush used to paint the background 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 foreground, use the Foreground property.
See Also