DevExpress.Data Namespace
Contains classes implementing the common data management functionality for DevExpress controls.
Assemblies: DevExpress.Data.v24.1.dll, DevExpress.Printing.v24.1.Core.dll
NuGet Packages: DevExpress.Data, DevExpress.Printing.Core
Classes
Interfaces
Name | Description |
---|---|
IBoundProperty | If implemented, provides an abstraction for an object’s bindable property. |
IDataContainerBase | |
IDataSourceAssignable | |
IDisplayNameProvider | Provides methods that return custom names for the Field List items. |
IParameter | If implemented by a class, provides functionality to a report parameter. |
IRelationList | An interface that can be implemented by a data source to support master-detail relationships. |
IRelationListEx | An extended version of the IRelationList interface, that can be implemented by a data source to support master-detail relationships. |
Delegates
Name | Description |
---|---|
AsyncDownloadPolicy.WeakEventHandler<TEventArgs> | |
CustomSummaryEventHandler | Represents a method that will handle the GridView.CustomSummaryCalculate event. |
CustomSummaryExistEventHandler | Represents a method that will handle the GridView.CustomSummaryExists event. |
SelectionChangedEventHandler | Represents a method that will handle the ColumnView.SelectionChanged event. |
Enums
Name | Description |
---|---|
ColumnSortOrder | Lists values specifying the sort orders. |
CustomSummaryProcess | Specifies the current status of custom summary calculation. |
ExceptionAction | Specifies how to resolve exceptions while performing an action. |
SummaryItemType | Lists values specifying the aggregate function types. |
SummaryMode | Contains values that specify how summaries are calculated - against all rows or for the selected rows. |
UnboundColumnType | Contains values that specify the data type and binding mode of columns. |