Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • DataSourceInfoCollection.IsDefaultDataSource(Object) Method

    Specifies whether or not the specified datasource is the default one.

    Namespace: DevExpress.Snap.Core.API

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public bool IsDefaultDataSource(
        object dataSource
    )

    Parameters

    Name Type Description
    dataSource Object

    A Object value, specifying the datasource.

    Returns

    Type Description
    Boolean

    true if the specified object is the default datasource; otherwise false.

    See Also