Skip to main content

FavoritePropertyExtension.FindComponentType(Type) Method

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

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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