Back to Devexpress

PivotBrushChangedEventArgs.BrushType Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotbrushchangedeventargs.md

latest1.9 KB
Original Source

PivotBrushChangedEventArgs.BrushType Property

Gets which brush has been changed. For internal use.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotBrushType BrushType { get; protected set; }
vb
Public Property BrushType As PivotBrushType

Property Value

TypeDescription
PivotBrushType

A PivotBrushType enumeration member that specifies which brush has been changed.

|

Available values:

NameDescription
CellBrush

A brush used to paint cells.

| | ValueBrush |

A brush used to paint field values.

|

Remarks

The BrushType property returns PivotBrushType.CellBrush if a brush used to paint cells has been changed, and PivotBrushType.ValueBrush if a brush used to paint field values has been changed.

This property supports the internal infrastructure and is not intended to be used directly from your code.

See Also

PivotBrushChangedEventArgs Class

PivotBrushChangedEventArgs Members

DevExpress.Xpf.PivotGrid Namespace