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

DataSourceRemovedEventArgs.DataSourceInfo Property

Provides access to information about the target data source.

Namespace: DevExpress.Snap

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

Declaration

public DataSourceInfo DataSourceInfo { get; }

Property Value

Type Description
DataSourceInfo

A DataSourceInfo object containing information about the target data source.

See Also