Method RemoveSelectedItems
RemoveSelectedItems()
Removes the items at the currently selected indices from the collection.
public virtual void RemoveSelectedItems()
Remarks
The indices are processed in descending order to ensure that removing an item does not affect the positions of subsequent indices. This operation is performed within an update block to maintain consistency.