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
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