FREE TRIAL

|

☀
☾

ListView.GetDataSource

GetDataSource<T>()

Retrieve the underlying data source, previously assigned via SetDataSource<T>(IList<T>).

Declaration
public IList<T> GetDataSource<T>()
Returns
Type Description
System.Collections.Generic.IList<T>

Returns null if the data source was never set or if the data source is not an instance of System.Collections.Generic.IList<T>. Otherwise returns the underlying data source.

Type Parameters
Name Description
T

The list item type of the data source

☀
☾
In This Article
Legal EmailContact Github
Copyright © 2022 Supernova Technologies, LLC