Back to Devexpress

PivotCustomCellAppearanceEventArgs.IsExporting Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomcellappearanceeventargs-65b80add.md

latest1.9 KB
Original Source

PivotCustomCellAppearanceEventArgs.IsExporting Property

Gets or sets whether the pivot grid is being exported (or printed).

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public virtual bool IsExporting { get; protected set; }
vb
Public Overridable Property IsExporting As Boolean

Property Value

TypeDescription
Boolean

true if the pivot grid is being exported (or printed); otherwise, false.

|

Remarks

If the IsExporting property returns true , brushes assigned to the PivotCustomCellAppearanceEventArgs.Background and PivotCustomCellAppearanceEventArgs.Foreground properties will affect the processed cell’s export (or print) appearance. Otherwise, these brushes will affect the cell’s display appearance.

See Also

Background

Foreground

PivotCustomCellAppearanceEventArgs Class

PivotCustomCellAppearanceEventArgs Members

DevExpress.Xpf.PivotGrid Namespace