Back to Devexpress

DevExpress.Xpf.Data Namespace

wpf-devexpress-dot-xpf-96012175.md

latest5.9 KB
Original Source

DevExpress.Xpf.Data Namespace

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

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

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

Classes

NameDescription
CreateSourceEventArgsProvides data for the InfiniteSource.CreateSource and PagedSource.CreateSource events.
DisposeSourceEventArgsProvides data for the InfiniteSource.DisposeSource and PagedSource.DisposeSource events.
FetchEventArgsBaseProvides data for the FetchRows/FetchPages events.
FetchPageAsyncEventArgsProvides data for the PagedAsyncSource.FetchPage event.
FetchPageEventArgsProvides data for the PagedSource.FetchPage event.
FetchPageEventArgsBaseProvides data for the PagedAsyncSource.FetchPage and PagedSource.FetchPage events.
FetchRowsAsyncEventArgsProvides data for the InfiniteAsyncSource.FetchRows event.
FetchRowsEventArgsProvides data for the InfiniteSource.FetchRows event.
FetchRowsEventArgsBaseProvides data for the InfiniteAsyncSource.FetchRows and InfiniteSource.FetchRows events.
GetSummariesAsyncEventArgsProvides data for the InfiniteAsyncSource.GetTotalSummaries and PagedAsyncSource.GetTotalSummaries events.
GetSummariesEventArgsProvides data for the InfiniteSource.GetTotalSummaries and PagedSource.GetTotalSummaries events.
GetSummariesEventArgsBaseProvides data for the GetTotalSummaries events.
GetUniqueValuesAsyncEventArgsProvides data for the InfiniteAsyncSource.GetUniqueValues and PagedAsyncSource.GetUniqueValues events.
GetUniqueValuesEventArgsProvides data for the InfiniteSource.GetUniqueValues and PagedSource.GetUniqueValues events.
GetUniqueValuesEventArgsBaseProvides data for the GetUniqueValues events.
InfiniteAsyncSourceA virtual source component that allows you to bind the GridControl to a data source and display data with infinite scrolling.
InfiniteSourceThe infinite source. This source is obsolete. Use the InfiniteAsyncSource instead.
InfiniteSourceBaseServes as a base class for infinite sources.
PagedAsyncSourceA virtual source component that allows you to bind the GridControl to a data source and display data in pages.
PagedSourceThe paged source. This source is obsolete. Use the PagedAsyncSource instead.
PagedSourceBaseServes as a base class for paged sources.
RowHandleRepresents a row’s handle.
VirtualSourceBaseServes as a base class for virtual sources.

Enums

NameDescription
FetchModeLists values that specify how the virtual source fetches rows.
PageNavigationModeLists modes of moving through pages.
RowsFetchStateLists possible states of fetching rows.