FavoritePropertyExtension.FindComponentType(Type) Method
Searches the specified type among the default types that support favorite properties.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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