Skip to main content
A newer version of this page is available. .

PivotCustomCellAppearanceEventArgs.IsExporting Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public virtual bool IsExporting { get; protected set; }

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 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