Back to Devexpress

GroupDataMemberCollection Class

windowsforms-devexpress-dot-xtratreemap-5f06d6ea.md

latest1.9 KB
Original Source

GroupDataMemberCollection Class

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

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public class GroupDataMemberCollection :
    TreeMapNotificationCollection<string>
vb
Public Class GroupDataMemberCollection
    Inherits TreeMapNotificationCollection(Of String)

The following members return GroupDataMemberCollection objects:

Inheritance

Object DXCollectionBase<String> DXCollection<String> NotificationCollection<String> TreeMapNotificationCollection<String> GroupDataMemberCollection

See Also

GroupDataMemberCollection Members

DevExpress.XtraTreeMap Namespace