XPTypeInfo.FindAttributeInfo(String) Method
In This Article
Searches for an attribute with the specified name.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
attribute |
String | A String value that specifies the name of the attribute to search for. |
#Returns
Type | Description |
---|---|
Attribute | A Attribute descendant with the specified name. null (Nothing in Visual Basic) if an attribute with the specified name isn’t found. |
#Remarks
Use the XPTypeInfo.HasAttribute method to determine whether the XPTypeInfo.Attributes collection contains an attribute with the specified name.
See Also