A newer version of this page is available.
Switch to the current version.
CustomExportEventArgs.ExportTarget Property
Gets the format in which the exported data should be stored.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
public ExportTarget ExportTarget { get; }
Public ReadOnly Property ExportTarget As ExportTarget
Property Value
Type | Description |
---|---|
ExportTarget | An ExportTarget enumeration value that is the target format for the exported data. |
See Also
Feedback