Skip to main content
A newer version of this page is available. .

DataViewBase.Background Property

This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

[Browsable(false)]
public Brush Background { get; set; }

Property Value

Type
Brush
See Also