Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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