ModelEditorGroupingHelper.SplitGroupPath(String, Type) 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. |
collectionNodeType | Type | A Type object specifying the type of the Application Model node. |
Returns
Type | Description |
---|---|
String[] | An array of strings that are subgroup names. |
See Also