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

BeforeFillEventArgs.DataSource Property

Returns the data source assigned to an ObjectDataSource.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public object DataSource { get; }

Property Value

Type Description
Object

A Object value, specifying the data source.

See Also