Skip to main content
.NET 6.0+

ModelEditorGroupingHelper.SplitGroupPath(String) Method

Splits the specified group name into subgroups.

Namespace: DevExpress.ExpressApp.ModelEditor

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string[] SplitGroupPath(
    string fullGroupsName
)

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