Skip to main content

SunburstItemGroupInfo.GroupIndex Property

Returns the index of the group in the descending sorted item collection of the group’s parent.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public int GroupIndex { get; }

Property Value

Type Description
Int32

The index of the group in the descending sorted item collection of the group’s parent.

See Also