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

    Provides access to the default datasource.

    Namespace: DevExpress.Snap.Core.API

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public DataSourceInfo DefaultDataSourceInfo { get; }

    Property Value

    Type Description
    DataSourceInfo

    A DataSourceInfo object, specifying the default settings.

    Remarks

    This property allows you to access the default datasource within the collection.

    You can specify several datasources by using the SnapDocument.DataSources property.

    If you need only one datasource, you can specify it in the DataSourceInfo.DataSource property.

    See Also