Back to Devexpress

PivotBrushType Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-404eb66c.md

latest1.3 KB
Original Source

PivotBrushType Enum

Lists values that identify a brush type.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum PivotBrushType
vb
Public Enum PivotBrushType

Members

NameDescription
CellBrush

A brush used to paint cells.

| | ValueBrush |

A brush used to paint field values.

|

The following properties accept/return PivotBrushType values:

Remarks

Values listed by this enumeration are used to set the PivotBrushChangedEventArgs.BrushType property.

See Also

DevExpress.Xpf.PivotGrid Namespace