Back to Devexpress

DataViewBase.Background Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-4cee7147.md

latest1.1 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public Brush Background { get; set; }
vb
<Browsable(False)>
Public Property Background As Brush

Property Value

Type
Brush

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace