Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public object GetPropertyValue(
    string propertyName,
    IModelNode modelNode
)

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