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

    Specifies the default data source of a document.

    Namespace: DevExpress.Snap

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public DataSourceInfo DefaultDataSourceInfo { get; set; }

    Property Value

    Type Description
    DataSourceInfo

    A DataSourceInfo object, storing the information about the default document data source.

    See Also