ASPxDataBatchUpdateEventArgs Class
Provides data for the ASPxGridBase.BatchUpdate event.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
Objects of the ASPxDataBatchUpdateEventArgs type are used as arguments for the ASPxGridBase.BatchUpdate event generated on the server side.
ASPxDataBatchUpdateEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
See Also