Back to Devexpress

PagedSource.FetchPage Event

wpf-devexpress-dot-xpf-dot-data-dot-pagedsource-4c5c0200.md

latest2.7 KB
Original Source

PagedSource.FetchPage Event

Allows you to fetch page rows.

Namespace : DevExpress.Xpf.Data

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public event EventHandler<FetchPageEventArgs> FetchPage
vb
Public Event FetchPage As EventHandler(Of FetchPageEventArgs)

Event Data

The FetchPage event's data class is FetchPageEventArgs. The following properties provide information specific to this event:

PropertyDescription
FilterGets the GridControl filtering. Inherited from FetchEventArgsBase.
HasMoreRowsGets or sets whether a data source has more pages.
NextSkipTokenGets or sets the next skip token.
ResultGets or sets the result of the fetch page operation.
SkipGets the number of rows to skip in a returned result set. Inherited from FetchEventArgsBase.
SkipTokenGets the skip token. Inherited from FetchEventArgsBase.
SortOrderGets the GridControl‘s sorting. Inherited from FetchEventArgsBase.
SourceGets a source object that returns data.
TakeGets the number of rows to take in a returned result set. Inherited from FetchPageEventArgsBase.

Remarks

Refer to the following topic for more information: Bind the WPF Data Grid to any Data Source with Virtual Sources.

See Also

PagedSource Class

PagedSource Members

DevExpress.Xpf.Data Namespace