ModelEditorGroupingHelper.SplitGroupPath(String) Method
Splits the specified group name into subgroups.
Namespace: DevExpress.ExpressApp.ModelEditor
Assembly: DevExpress.ExpressApp.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fullGroupsName | String | A string which is the group name. |
Returns
| Type | Description |
|---|---|
| String[] | An array of strings that are subgroup names. |
See Also