IModelClass.FindMember(String) Method
In This Article
Returns an IModelMember node representing a specific property.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
IModelMember FindMember(
string memberName
)
#Parameters
Name | Type | Description |
---|---|---|
member |
String | A string specifying the property name whose corresponding IModel |
#Returns
Type | Description |
---|---|
IModel |
An IModel |
See Also