Skip to main content
A newer version of this page is available. .

DataAwareEventArgsBase.DataSourceOwner Property

Gets the source control being exported.

Namespace: DevExpress.Export

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public object DataSourceOwner { get; set; }

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