SelectionMode
This Property alike class exposes the selection configuration of a data collection. There are two modes available:
single which needs a DatabindingProperty of T
multi which needs a DatabindingProperty of List of T
Of course both can be omitted if no selection is needed.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Calling this function will connect the provided Flow of List of T with the current selection flow (one single item T for mode single and some List of T for mode multi). On every change of the external items flow, the current selection will be sanitized in the following way: If the selection contains some item, that is not part of the items flow, it will be removed from the selection.
Link copied to clipboard
Link copied to clipboard