XPTypeInfo.HasAttribute(Type) Method
Determines whether the type has an attribute of 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 |
---|---|---|
attributeType | Type | A Type descendant which represents the type of the attribute to find. |
Returns
Type | Description |
---|---|
Boolean | true if the type has an attribute of the specified type; otherwise, false. |
See Also