Skip to main content
.NET 6.0+

IExportable Members

Declares members to be implemented by List Editors to support the Printing and Exporting functionalities in List Editors.

Properties

Name Description
Printable Specifies the IPrintable control of the current List Editor.
SupportedExportFormats Gets the list of export formats supported by the IExportable List Editor.

Methods

Name Description
OnExporting() Performs the required pre-export actions under the current exportable editor.

Events

Name Description
PrintableChanged Occurs when the IExportable.Printable property value is updated.
See Also