PivotGridListEditor.Printable Property
In This Article
Specifies the control to be exported via the ExportController.ExportAction.
Namespace: DevExpress.ExpressApp.PivotGrid.Win
Assembly: DevExpress.ExpressApp.PivotGrid.Win.v24.2.dll
NuGet Package: DevExpress.ExpressApp.PivotGrid.Win
#Declaration
public IBasePrintable Printable { get; }
#Property Value
Type | Description |
---|---|
IBase |
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 Pivot |
A Pivot Grid together with a Chart. | A Xaf |
See Also