Property Items
Items
The collection of items used as sources in the bindings owned by this BindingGroup. Each item appears only once, even if it is used by several bindings.
public IList Items { get; }
Property Value
Remarks
The Items property returns a snapshot collection, reflecting the state of the BindingGroup at the time of the call. As bindings in the group change to use different source items, the changes are not immediately visible in the collection. They become visible only when the property is queried again.