Skip to main content

SunburstItemGroupInfo.ItemIndex Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public int ItemIndex { get; }

Property Value

Type Description
Int32

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

See Also