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

FavoritePropertyExtension.FindComponentType(Type) Method

Searches the specified type among the default types that support favorite properties.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public Type FindComponentType(
    Type sourceType
)

Parameters

Name Type Description
sourceType Type

A Type to find.

Returns

Type Description
Type

A Type object if the specified type was found; otherwise, null.

See Also