Skip to main content

DataContext.IsStandardType(Type) Method

Indicates whether the data source is of the standard type.

Namespace: DevExpress.Data.Browsing

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static bool IsStandardType(
    Type type
)

Parameters

Name Type Description
type Type

A Type value.

Returns

Type Description
Boolean

true if the data source is standard; otherwise false.

See Also