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

PivotGridListEditor.Printable Property

Specifies the control to be exported via the ExportController.ExportAction.

Namespace: DevExpress.ExpressApp.PivotGrid.Win

Assembly: DevExpress.ExpressApp.PivotGrid.Win.v19.1.dll

Declaration

public IPrintable Printable { get; }

Property Value

Type Description
IPrintable

An IPrintable object that is the control used for exporting.

Remarks

The Printable property is exposed by the IExportable interface supported by the PivotGridListEditor class.

A PivotGridListEditor can be presented in two modes. In each mode, the Printable property has an appropriate default value:

Mode Printable property’s default value
A Pivot Grid The PivotGridListEditor.PivotGridControl property’s value
A Pivot Grid together with a Chart. A XafLayoutControl object that is a layout control

Implements

See Also