IModelClass.FindMember(String) Method
Returns an IModelMember node representing a specific property.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
memberName | String | A string specifying the property name whose corresponding IModelMember node will be retrieved. |
Returns
Type | Description |
---|---|
IModelMember | An IModelMember node representing the specified property. |
See Also