Back to Devexpress

DevExpress.Data Namespace

corelibraries-devexpress-77ce04d0.md

latest10.8 KB
Original Source

DevExpress.Data Namespace

Contains classes implementing the common data management functionality for DevExpress controls.

Assemblies : DevExpress.Data.v25.2.dll, DevExpress.Printing.v25.2.Core.dll

NuGet Packages : DevExpress.Data, DevExpress.Printing.Core

Classes

NameDescription
AsyncDownloadPolicy staticAllows you to spot, analyze, and prohibit unwanted download requests.
AsyncDownloadPolicy.AsyncDownloaderCancelEventArgsThe base class for AsyncDownloadPolicy.ProbingEventArgs and AsyncDownloadPolicy.DownloadingEventArgs classes.
AsyncDownloadPolicy.AsyncDownloaderEventArgsThe base class for AsyncDownloadPolicy.ConfigureHttpClientEventArgs and AsyncDownloadPolicy.DownloadedEventArgs classes.
AsyncDownloadPolicy.ConfigureHttpClientEventArgsContains data for the ConfigureHttpClient event.
AsyncDownloadPolicy.DownloadedEventArgsContains data for the Downloaded event.
AsyncDownloadPolicy.DownloadingEventArgsContains data for the Downloading event.
AsyncDownloadPolicy.FailedEventArgsContains data for the Failed event.
AsyncDownloadPolicy.ProbingEventArgsContains data for the Probing event.
CustomSummaryEventArgsProvides data for the GridView.CustomSummaryCalculate event.
CustomSummaryExistEventArgsProvides data for the GridView.CustomSummaryExists event.
RealTimeSourceThe component that acts as an asynchronous bridge between a data-aware control and rapidly changing data.
RowDeletedEventArgsProvides data for an event that fires after a row is deleted.
RowDeletingEventArgsProvides data for an event that fires before a row is deleted.
SelectionChangedEventArgsProvides data for the selection changed events.
SelectionChangingEventArgsContains data for the SelectionChanging event.
ServerModeExceptionThrownEventArgsProvides data for the LinqServerModeDataSource.ExceptionThrown event.
ServerModeInconsistencyDetectedEventArgsProvides data for the LinqServerModeDataSource.InconsistencyDetected event.
SubstituteFilterEventArgsProvides data for events that allow you to replace a data filter applied by an end-user.
UnboundColumnDataEventArgsA base class for CustomDataEventArgs and CustomColumnDataEventArgs that supplies data for CustomUnboundData-related events.
UnboundSourceA data source used to supply and obtain a typed list of objects to data-aware controls in unbound mode.
UnboundSourceListChangedEventArgsArguments passed to the UnboundSource.UnboundSourceListChanging and UnboundSource.UnboundSourceListChanged events.
UnboundSourcePropertySupplies information on a column of the UnboundSource‘s list.
UnboundSourcePropertyCollectionA collection of the UnboundSource‘s list columns.
UnboundSourceValueNeededEventArgsArguments, passed to the UnboundSource.ValueNeeded event.
UnboundSourceValuePushedEventArgsArguments, passed to the UnboundSource.ValuePushed event.
VirtualServerModeConfigurationInfoContains information on the sorting, filtering and summary configurations applied in the bound grid control.
VirtualServerModeGetUniqueValuesEventArgsProvides data for the VirtualServerModeSource.GetUniqueValues event.
VirtualServerModeRowsEventArgsProvides data for the VirtualServerModeSource.MoreRows and VirtualServerModeSource.ConfigurationChanged events.
VirtualServerModeRowsTaskResultThe type of the result for Tasks created in your VirtualServerModeSource.MoreRows and VirtualServerModeSource.ConfigurationChanged event handlers.
VirtualServerModeSourceA data source that features event-based data operations: async data load, sorting, filtering and infinite scrolling through records (in a bound Windows Forms GridControl).
VirtualServerModeTotalSummaryEventArgsProvides data for the VirtualServerModeSource.TotalSummary event.

Interfaces

NameDescription
IBoundPropertyIf implemented, provides an abstraction for an object’s bindable property.
IDataContainerBase
IDataSourceAssignable
IDisplayNameProviderProvides methods that return custom names for the Field List items.
IParameterIf implemented by a class, provides functionality to a report parameter.
IRelationListAn interface that can be implemented by a data source to support master-detail relationships.
IRelationListExAn extended version of the IRelationList interface, that can be implemented by a data source to support master-detail relationships.

Delegates

NameDescription
AsyncDownloadPolicy.WeakEventHandler<TEventArgs>
CustomSummaryEventHandlerRepresents a method that will handle the GridView.CustomSummaryCalculate event.
CustomSummaryExistEventHandlerRepresents a method that will handle the GridView.CustomSummaryExists event.
SelectionChangedEventHandlerRepresents a method that will handle the ColumnView.SelectionChanged event.

Enums

NameDescription
ColumnSortOrderLists values specifying the sort orders.
CustomSummaryProcessSpecifies the current status of custom summary calculation.
ExceptionActionSpecifies how to resolve exceptions while performing an action.
SummaryItemTypeLists values specifying the aggregate function types.
SummaryModeContains values that specify how summaries are calculated - against all rows or for the selected rows.
UnboundColumnTypeContains values that specify the data type and binding mode of columns.