PivotGridListEditor.Printable Property
Specifies the control to be exported via the ExportController.ExportAction.
Namespace: DevExpress.ExpressApp.PivotGrid.Win
Assembly: DevExpress.ExpressApp.PivotGrid.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.PivotGrid.Win
Declaration
Property Value
Type | Description |
---|---|
IBasePrintable | 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