Skip to main content
A newer version of this page is available. .

ModelEditorGroupingHelper.SplitGroupPath(String, IModelNode) Method

Splits the specified group name into subgroups.

Namespace: DevExpress.ExpressApp.ModelEditor

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public string[] SplitGroupPath(
    string fullGroupsName,
    IModelNode sourceNode
)

Parameters

Name Type Description
fullGroupsName String

A string which is the group name.

sourceNode IModelNode

An IModelNode object specifying the Application Model node.

Returns

Type Description
String[]

An array of strings that are subgroup names.

See Also