Method GetSelectedItems
GetSelectedItems(DependencyObject)
Gets the value of the SelectedItemsProperty attached property from the specified DependencyObject.
public static INotifyCollectionChanged GetSelectedItems(DependencyObject obj)
Parameters
obj
DependencyObjectThe DependencyObject from which to get the value.
Returns
- INotifyCollectionChanged
The value of the SelectedItemsProperty attached property.