PivotCustomValueAppearanceEventArgs.IsExporting Property
In This Article
Gets or sets whether the pivot grid is being exported (or printed).
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the pivot grid is being exported (or printed); otherwise, false. |
#Remarks
If the IsExporting property returns true, brushes assigned to the PivotCustomValueAppearanceEventArgs.Background and PivotCustomValueAppearanceEventArgs.Foreground properties will affect the field value’s export (or print) appearance. Otherwise, these brushes will affect the field value’s display appearance.
See Also