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

BeforeDataSourceExportEventArgs.DataSource Property

Provides access to the connected data source.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v20.1.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

public object DataSource { get; }

Property Value

Type Description
Object

A Object value, specifying the connected data source.

See Also