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

ModelEditorGroupingHelper.DefaultGroupPathCalculator(String, IModelNode) Method

Calculates the group path for the IModelBOModel, IModelControllers and IModelViews nodes.

Namespace: DevExpress.ExpressApp.ModelEditor

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public string[] DefaultGroupPathCalculator(
    string propertyName,
    IModelNode modelNode
)

Parameters

Name Type Description
propertyName String

A string specifying the name of the property which is used for grouping.

modelNode IModelNode

An IModelNode object specifying the Application Model node.

Returns

Type Description
String[]

An array of strings that are subgroup names.

See Also