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

GroupInfo.SourceItems Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

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