Skip to main content

DataAwareEventArgsBase.DataSourceOwner Property

Gets the source control being exported.

Namespace: DevExpress.Export

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

NuGet Package: DevExpress.Printing.Core

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