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

GroupDataMemberCollection Class

The collection of names of data members that are used to group values.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.2.dll

Declaration

public class GroupDataMemberCollection :
    TreeMapNotificationCollection<string>

The following members return GroupDataMemberCollection objects:

Inheritance

Object
DXCollectionBase<String>
DXCollection<String>
NotificationCollection<String>
DevExpress.XtraTreeMap.TreeMapNotificationCollection<String>
GroupDataMemberCollection
See Also