Skip to main content

DataContext.IsComplexType(Type) Method

Indicates whether the data source is of a custom type.

Namespace: DevExpress.Data.Browsing

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public static bool IsComplexType(
    Type type
)

Parameters

Name Type Description
type Type

A Type value.

Returns

Type Description
Boolean

true if the data source is custom; otherwise false.

See Also