Skip to main content
.NET 6.0+

ChartListEditor.Printable Property

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

Namespace: DevExpress.ExpressApp.Chart.Win

Assembly: DevExpress.ExpressApp.Chart.Win.v23.2.dll

Declaration

public IBasePrintable Printable { get; }

Property Value

Type Description
IBasePrintable

An IPrintable object that is the control used for exporting. The default value is the ChartListEditor’s ChartListEditor.ChartControl property value.

Remarks

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

Implements

See Also