Skip to main content
A newer version of this page is available. .

DevExpress.Xpf.Data Namespace

Contains classes implementing the common data management functionality for DevExpress WPF controls (e.g. DXGrid).

Assemblies: DevExpress.Xpf.Core.v22.2.dll, DevExpress.Xpf.Grid.v22.2.Core.dll

NuGet Packages: DevExpress.Wpf.Core, DevExpress.Wpf.Grid.Core

Classes

Name Description
CreateSourceEventArgs Provides data for the InfiniteSource.CreateSource and PagedSource.CreateSource events.
DisposeSourceEventArgs Provides data for the InfiniteSource.DisposeSource and PagedSource.DisposeSource events.
FetchEventArgsBase Provides data for the FetchRows/FetchPages events.
FetchPageAsyncEventArgs Provides data for the PagedAsyncSource.FetchPage event.
FetchPageEventArgs Provides data for the PagedSource.FetchPage event.
FetchPageEventArgsBase Provides data for the PagedAsyncSource.FetchPage and PagedSource.FetchPage events.
FetchRowsAsyncEventArgs Provides data for the InfiniteAsyncSource.FetchRows event.
FetchRowsEventArgs Provides data for the InfiniteSource.FetchRows event.
FetchRowsEventArgsBase Provides data for the InfiniteAsyncSource.FetchRows and InfiniteSource.FetchRows events.
GetSummariesAsyncEventArgs Provides data for the InfiniteAsyncSource.GetTotalSummaries and PagedAsyncSource.GetTotalSummaries events.
GetSummariesEventArgs Provides data for the InfiniteSource.GetTotalSummaries and PagedSource.GetTotalSummaries events.
GetSummariesEventArgsBase Provides data for the GetTotalSummaries events.
GetUniqueValuesAsyncEventArgs Provides data for the InfiniteAsyncSource.GetUniqueValues and PagedAsyncSource.GetUniqueValues events.
GetUniqueValuesEventArgs Provides data for the InfiniteSource.GetUniqueValues and PagedSource.GetUniqueValues events.
GetUniqueValuesEventArgsBase Provides data for the GetUniqueValues events.
InfiniteAsyncSource A virtual source component that allows you to bind the GridControl to a data source and display data with infinite scrolling.
InfiniteSource The infinite source. This source is obsolete. Use the InfiniteAsyncSource instead.
InfiniteSourceBase Serves as a base class for infinite sources.
PagedAsyncSource A virtual source component that allows you to bind the GridControl to a data source and display data in pages.
PagedSource The paged source. This source is obsolete. Use the PagedAsyncSource instead.
PagedSourceBase Serves as a base class for paged sources.
RowHandle Represents a row’s handle.
VirtualSourceBase Serves as a base class for virtual sources.

Enums

Name Description
FetchMode Lists values that specify how the virtual source fetches rows.
PageNavigationMode Lists modes of moving through pages.
RowsFetchState Lists possible states of fetching rows.