PivotBrushChangedEventArgs.BrushType Property
In This Article
Gets which brush has been changed. For internal use.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#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