Skip to main content

GroupInfo.SourceItems Property

Returns a list of items from a data source that the group contains directly.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public IEnumerable<object> SourceItems { get; }

Property Value

Type Description
IEnumerable<Object>

The list of items from a data source.

Remarks

Note that items from child groups are not in this list.

See Also