IModelClass.FindOwnMember(String) Method
Returns an IModelMember node, representing a specific property declared in the current class.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| memberName | String | A string specifying the property name for which the corresponding IModelMember node will be retrieved. |
Returns
| Type | Description |
|---|---|
| IModelMember | An IModelMember node representing the property specified by the memberName parameter. |
See Also