Skip to main content

GroupInfo.GroupValue Property

Returns the value by which GroupInfo.SourceItems and GroupInfo.ChildGroups are grouped.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public object GroupValue { get; }

Property Value

Type Description
Object

The value by which GroupInfo.SourceItems and GroupInfo.ChildGroups are grouped.

See Also