Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • DataSourceRemovedEventArgs.DataSourceInfo Property

    Provides access to information about the target data source.

    Namespace: DevExpress.Snap

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public DataSourceInfo DataSourceInfo { get; }

    Property Value

    Type Description
    DataSourceInfo

    A DataSourceInfo object containing information about the target data source.

    See Also