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

ITypesInfo.FindTypeInfo(Type) Method

Supplies metadata on a specific type.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

ITypeInfo FindTypeInfo(
    Type type
)

Parameters

Name Type Description
type Type

A Type object that represents the required type.

Returns

Type Description
ITypeInfo

An ITypeInfo object that supplies metadata on the specified type.

The following code snippets (auto-collected from DevExpress Examples) contain references to the FindTypeInfo(Type) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also