Back to Devexpress

DevExpress.Web.Data Namespace

aspnet-devexpress-dot-web-1ade98c4.md

latest6.9 KB
Original Source

DevExpress.Web.Data Namespace

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

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Classes

NameDescription
ASPxDataBaseUpdatedEventArgsServes as a base for classes that provide data for data management events.
ASPxDataBatchUpdateEventArgsProvides data for the ASPxGridBase.BatchUpdate event.
ASPxDataDeletedEventArgsProvides data for events that fire after an item is deleted.
ASPxDataDeleteValuesAn object containing information about deleted grid values.
ASPxDataDeletingEventArgsProvides data for the ASPxGridView.RowDeleting event.
ASPxDataInitNewRowEventArgsProvides data for the ASPxGridView.InitNewRow event.
ASPxDataInsertedEventArgsProvides data for the ASPxGridView.RowInserted event.
ASPxDataInsertingEventArgsProvides data for the ASPxGridView.RowInserting event.
ASPxDataInsertValuesAn object containing information about inserted grid values.
ASPxDataUpdatedEventArgsProvides data for events that fire after an item’s data is updated.
ASPxDataUpdateValuesAn object containing information about updated grid values.
ASPxDataUpdatingEventArgsProvides data for the ASPxGridView.RowUpdating event.
ASPxDataValidationEventArgsProvides data for the ASPxGridView.RowValidating event.
ASPxGridViewToolbarItemClickEventArgsProvides data for the ASPxGridView.ToolbarItemClick event.
ASPxParseValueEventArgsProvides data for ParseValue events (such as ASPxGridBase.ParseValue or ASPxTreeList.ParseValue).
ASPxStartRowEditingEventArgsProvides data for the ASPxGridView.StartRowEditing event.
CardViewSelectionRepresents selection within the CardView.
GridViewSelectionContains methods related to row selection in the grid.
VerticalGridSelectionRepresents a selection within the ASPxVerticalGrid.
WebDataDetailRowsProvides methods used to expand/collapse master rows.
WebDataSelectionRepresents selection within the ASPxGridView.
WebDataSelectionBaseServes as a base for classes that provide the functionality to work with selected rows and master-detail rows (WebDataSelection and WebDataDetailRows).

Delegates

NameDescription
ASPxDataBatchUpdateEventHandlerA method that will handle the ASPxGridBase.BatchUpdate event.
ASPxDataDeletedEventHandlerA method that will handle the ASPxGridView.RowDeleted event.
ASPxDataDeletingEventHandlerA method that will handle the ASPxGridView.RowDeleting event.
ASPxDataInitNewRowEventHandlerA method that will handle the ASPxGridView.InitNewRow event.
ASPxDataInsertedEventHandlerA method that will handle the ASPxGridView.RowInserted event.
ASPxDataInsertingEventHandlerA method that will handle the ASPxGridView.RowInserting event.
ASPxDataUpdatedEventHandlerA method that will handle the ASPxGridView.RowUpdated event.
ASPxDataUpdatingEventHandlerA method that will handle the ASPxGridView.RowUpdating event.
ASPxDataValidationEventHandlerA method that will handle the ASPxGridView.RowValidating event.
ASPxGridViewToolbarItemClickEventHandlerA method that will handle the ASPxGridView.ToolbarItemClick event.
ASPxParseValueEventHandlerA method that will handle ParseValue events (such as ASPxGridBase.ParseValue or ASPxTreeList.ParseValue).
ASPxStartRowEditingEventHandlerA method that will handle the ASPxGridView.StartRowEditing event.