Skip to main content

DataPager.Source Property

Gets or sets the source collection.

Namespace: DevExpress.Xpf.Editors.DataPager

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public IEnumerable Source { get; set; }

#Property Value

Type Description
IEnumerable

The source collection.

#Remarks

The Data Pager is designed to interact with data sources implementing the System.ComponentModel.IPagedCollectionView. If the data source does not implement this interface, the Data Pager wraps it to a paged collection that can be accessed via the DataPager.PagedSource property.

See Also