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

SelectedGroupCollection.Add(Object[]) Method

Adds a group that is under the specified path (group values from the root to the required group).

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.2.dll

Declaration

public void Add(
    params object[] groupPath
)

Parameters

Name Type Description
groupPath Object[]

A path to a group (group values from the root to the group).

See Also