DevExpress.Web.Data Namespace
Contains classes implementing the common data management functionality for DevExpress Web controls (e.g. ASPxGridView).
Assembly: DevExpress.Web.v20.2.dll
NuGet Package: DevExpress.Web
Classes
| Name | Description |
|---|---|
| ASPxDataBaseUpdatedEventArgs | Serves as a base for classes that provide data for data management events. |
| ASPxDataBatchUpdateEventArgs | Provides data for the ASPxGridBase.BatchUpdate event. |
| ASPxDataDeletedEventArgs | Provides data for events that fire after an item is deleted. |
| ASPxDataDeleteValues | An object containing information about deleted grid values. |
| ASPxDataDeletingEventArgs | Provides data for the ASPxGridView.RowDeleting event. |
| ASPxDataInitNewRowEventArgs | Provides data for the ASPxGridView.InitNewRow event. |
| ASPxDataInsertedEventArgs | Provides data for the ASPxGridView.RowInserted event. |
| ASPxDataInsertingEventArgs | Provides data for the ASPxGridView.RowInserting event. |
| ASPxDataInsertValues | An object containing information about inserted grid values. |
| ASPxDataUpdatedEventArgs | Provides data for events that fire after an item’s data is updated. |
| ASPxDataUpdateValues | An object containing information about updated grid values. |
| ASPxDataUpdatingEventArgs | Provides data for the ASPxGridView.RowUpdating event. |
| ASPxDataValidationEventArgs | Provides data for the ASPxGridView.RowValidating event. |
| ASPxGridViewToolbarItemClickEventArgs | Provides data for the ASPxGridView.ToolbarItemClick event. |
| ASPxParseValueEventArgs | Provides data for ParseValue events (such as ASPxGridBase.ParseValue or ASPxTreeList.ParseValue). |
| ASPxStartRowEditingEventArgs | Provides data for the ASPxGridView.StartRowEditing event. |
| CardViewSelection | Represents selection within the CardView. |
| GridViewSelection | Represents selection within the ASPxGridView. |
| VerticalGridSelection | Represents a selection within the ASPxVerticalGrid. |
| WebDataDetailRows | Provides methods used to expand/collapse master rows. |
| WebDataSelection | Represents selection within the ASPxGridView. |
| WebDataSelectionBase | Serves as a base for classes that provide the functionality to work with selected rows and master-detail rows (WebDataSelection and WebDataDetailRows). |