ASPxGridSummaryItemCollectionBase<T>.SummaryChanged Event
Fires when the summary collection is changed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Event Data
The SummaryChanged event's data class is CollectionChangeEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Action | Gets an action that specifies how the collection changed. |
Element | Gets the instance of the collection with the change. |
Remarks
The SummaryChanged event is raised in the cases listed below.
- A summary item has been added or removed from the collection;
- A summary item’s property has been changed.
See Also