ModelEditorGroupingHelper.SplitGroupPath(String, IModelNode, IList<String>) Method
Splits the specified group name into subgroups.
Namespace: DevExpress.ExpressApp.ModelEditor
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
fullGroupsName | String | A string which is the group name. |
sourceNode | IModelNode | An IModelNode object specifying the Application Model node. |
customGroupLevels | IList<String> | A List<String> of strings that are used to split the group into subgroups. |
Returns
Type | Description |
---|---|
String[] | An array of strings that are subgroup names. |
See Also