Back to Devexpress

PivotGridControl.CellTotalForeground Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-05c258c6.md

latest3.7 KB
Original Source

PivotGridControl.CellTotalForeground Property

Gets or sets the brush used to paint the foreground of total and grand total cells. 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 CellTotalForeground { get; set; }
vb
Public Property CellTotalForeground As Brush

Property Value

TypeDescription
Brush

A Brush object that represents the brush used to paint the foreground of total and grand total cells.

|

Remarks

The following table lists properties that specify brushes used to paint cells:

PropertyDescription
PivotGridControl.CellBackgroundGets or sets the brush used to paint the background of data cells. This is a dependency property.
PivotGridControl.CellForegroundGets or sets the brush used to paint the foreground of data cells. This is a dependency property.
PivotGridControl.CellSelectedBackgroundGets or sets the brush used to paint the background of the selected data cell. This is a dependency property.
PivotGridControl.CellSelectedForegroundGets or sets the brush used to paint the foreground of the selected data cell. This is a dependency property.
PivotGridControl.CellTotalBackgroundGets or sets the brush used to paint the background of total and grand total cells. This is a dependency property.
PivotGridControl.CellTotalForegroundGets or sets the brush used to paint the foreground of total and grand total cells. This is a dependency property.
PivotGridControl.CellTotalSelectedBackgroundGets or sets the brush used to paint the background of the selected total or grand total cell. This is a dependency property.
PivotGridControl.CellTotalSelectedForegroundGets or sets the brush used to paint the foreground of the selected total or grand total cell. This is a dependency property.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace