I'm looking for reading object type bind to BindingSource.
In debugger mode I've drilled down BndingSource object and I've found non-public property named "BindType" what contains interested info.
(Also found property "ItemType" what contains also such info - but I'm not sure it will work if BS.Count == 0)
Can you please advice how to read / access that info ?