ModelEditorGroupingHelper.ActionsNodeGroupPathCalculator(String, IModelNode) Method
Calculates the group path for the IModelActions node.
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 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