Skip to main content
A newer version of this page is available. .

DataContext.IsStandardType(Type) Method

Indicates whether the data source is of the standard type.

Namespace: DevExpress.Data.Browsing

Assembly: DevExpress.Data.v19.1.dll

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