GroupInfo.SourceItems Property
Returns a list of items from a data source that the group contains directly.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
Declaration
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