DataContext.IsStandardType(Type) Method
Indicates whether the data source is of the standard type.
Namespace: DevExpress.Data.Browsing
Assembly: DevExpress.Data.v23.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
type | Type | A Type value. |
Returns
Type | Description |
---|---|
Boolean | true if the data source is standard; otherwise false. |
See Also