DataAwareEventArgsBase.DataSourceOwner Property
Gets the source control being exported.
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Object | The control being exported. |
Remarks
When exporting a DevExpress WinForms Data Grid, the DataSourceOwner property returns a GridControl object.
See Also