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

GroupInfo.GroupValue Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v20.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