PivotBrushChangedEventArgs.BrushType Property
Gets which brush has been changed. For internal use.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
PivotBrushType | A PivotBrushType enumeration member that specifies which brush has been changed. |
Available values:
Name | Description |
---|---|
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