Back to Devexpress

DataViewBase.Foreground Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-447b751e.md

latest1.1 KB
Original Source

DataViewBase.Foreground 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 Foreground { get; set; }
vb
<Browsable(False)>
Public Property Foreground As Brush

Property Value

Type
Brush

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace