Back to Devexpress

PivotGridControl.PrintCellForeground Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-7de9ed01.md

latest2.8 KB
Original Source

PivotGridControl.PrintCellForeground Property

Gets or sets the brush used to paint the foreground of data cells when the pivot grid is printed. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
Brush

A Brush object that specifies the brush used to paint the foreground of data cells when the pivot grid is printed.

|

Remarks

The following table lists properties that specify brushes used to paint cells when the pivot grid is printed:

PropertyDescription
PivotGridControl.PrintCellBackgroundGets or sets the brush used to paint the background of data cells when the pivot grid is printed. This is a dependency property.
PivotGridControl.PrintCellForegroundGets or sets the brush used to paint the foreground of data cells when the pivot grid is printed. This is a dependency property.
PivotGridControl.PrintCellTotalBackgroundGets or sets the brush used to paint the background of total and grand total cells when the pivot grid is printed. This is a dependency property.
PivotGridControl.PrintCellTotalForegroundGets or sets the brush used to paint the foreground of total and grand total cells when the pivot grid is printed. This is a dependency property.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace