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

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.v18.2.dll

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