Skip to main content

SelectedGroupCollection.Item[Int32] Property

Gets or sets a series point by its zero-based index.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public IEnumerable<object> this[int index] { get; set; }

Parameters

Name Type Description
index Int32

The zero-based index.

Property Value

Type Description
IEnumerable<Object>

The path (group values from the root to the requested group) to a group.

See Also