ModelEditorGroupingHelper.GetPropertyValue(String, IModelNode) Method
Returns the value of the Application Model node’s property specified by its name.
Namespace: DevExpress.ExpressApp.ModelEditor
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| propertyName | String | A string specifying the property name. |
| modelNode | IModelNode | An IModelNode object specifying the Application Model node. |
Returns
| Type | Description |
|---|---|
| Object | An object which is the property value. |
See Also