Property Source
Source
Gets or sets the IListDataSource backing this ListView, enabling custom rendering.
public IListDataSource Source { get; set; }
Property Value
- IListDataSource
The source.
Remarks
Use SetSource<T>(ObservableCollection<T>) to set a new IList source.