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

DevExpress.Web.Data Namespace

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

Assembly: DevExpress.Web.v21.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 Contains methods related to row selection in the grid.
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).

Delegates

Name Description
ASPxDataBatchUpdateEventHandler A method that will handle the ASPxGridBase.BatchUpdate event.
ASPxDataDeletedEventHandler A method that will handle the ASPxGridView.RowDeleted event.
ASPxDataDeletingEventHandler A method that will handle the ASPxGridView.RowDeleting event.
ASPxDataInitNewRowEventHandler A method that will handle the ASPxGridView.InitNewRow event.
ASPxDataInsertedEventHandler A method that will handle the ASPxGridView.RowInserted event.
ASPxDataInsertingEventHandler A method that will handle the ASPxGridView.RowInserting event.
ASPxDataUpdatedEventHandler A method that will handle the ASPxGridView.RowUpdated event.
ASPxDataUpdatingEventHandler A method that will handle the ASPxGridView.RowUpdating event.
ASPxDataValidationEventHandler A method that will handle the ASPxGridView.RowValidating event.
ASPxGridViewToolbarItemClickEventHandler A method that will handle the ASPxGridView.ToolbarItemClick event.
ASPxParseValueEventHandler A method that will handle ParseValue events (such as ASPxGridBase.ParseValue or ASPxTreeList.ParseValue).
ASPxStartRowEditingEventHandler A method that will handle the ASPxGridView.StartRowEditing event.