WinColumnsListEditor.Printable Property
In This Article
Gets the control to be exported via the ExportController.ExportAction.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public IBasePrintable Printable { get; }
#Property Value
Type | Description |
---|---|
IBase |
An IPrintable object that is the control used for exporting. The default value is the Grid |
#Remarks
The Printable property is exposed by the IExportable interface supported by the WinColumnsListEditor class.
See Also