ListViewPagedDataSource.DataSource 属性

定义

获取或设置数据源。Gets or sets the data source.

public:
 property System::Collections::IEnumerable ^ DataSource { System::Collections::IEnumerable ^ get(); void set(System::Collections::IEnumerable ^ value); };
public System.Collections.IEnumerable DataSource { get; set; }
member this.DataSource : System.Collections.IEnumerable with get, set
Public Property DataSource As IEnumerable

属性值

IEnumerable

实现表示数据源的 IEnumerable 的对象。An object that implements IEnumerable that represents the data source.

注解

使用 DataSource 属性可获取或设置要分页的数据源。Use the DataSource property to get or set the data source that is being paged.

适用于

另请参阅