ITypeInfo.FindMember(String) Method
Supplies metadata on the current type's member with a specific name.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v20.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string that holds the required member's name. |
Returns
Type | Description |
---|---|
IMemberInfo | An IMemberInfo object that supplies metadata on the current type's member with the specified name. |
See Also
Feedback