Back to Devexpress

DataAreaElementData.Foreground Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-dataareaelementdata-ff9ad5b5.md

latest1.3 KB
Original Source

DataAreaElementData.Foreground Property

Gets or sets the brush that is used to paint the foreground of the field value cell or data area cell.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public Brush Foreground { get; set; }
vb
Public Property Foreground As Brush

Property Value

TypeDescription
Brush

The brush that is used to paint the the data area cell or field value cell.

|

See Also

DataAreaElementData Class

DataAreaElementData Members

DevExpress.Xpf.PivotGrid Namespace