ModelEditorGroupingHelper.DefaultGroupPathCalculator(String, IModelNode) Method
Calculates the group path for the IModelBOModel, IModelControllers and IModelViews nodes.
Namespace: DevExpress.ExpressApp.ModelEditor
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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