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

SunburstItemGroupInfo.ItemIndex Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.1.dll

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