ReflectionDictionary.DefaultCanGetClassInfoByType(Type) Method
Indicates whether the dictionary can return metadata information for the specified type.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
classType | Type | The class type. |
Returns
Type | Description |
---|---|
Boolean | true if the dictionary can return metadata information for the specified type; otherwise, false. |
See Also