Method SetSource
SetSource(ObservableCollection<T>?)
Sets the source collection and updates the display.
public void SetSource(ObservableCollection<T>? source)
Parameters
sourceObservableCollection<T>The ObservableCollection<T> to display, or null to clear the list.