ListViewPagedDataSource::DataSource Property

 

Gets or sets the data source.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property IEnumerable^ DataSource {
	IEnumerable^ get();
	void set(IEnumerable^ value);
}

Property Value

Type: System.Collections::IEnumerable^

An object that implements System.Collections::IEnumerable that represents the data source.

Use the DataSource property to get or set the data source that is being paged.

.NET Framework
Available since 3.5
Return to top
Show: