ASPxPivotGridListEditor.PagerSettingsSaving Event
Namespace: DevExpress.ExpressApp.PivotGrid.Web
Assembly: DevExpress.ExpressApp.PivotGrid.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.PivotGrid.Web
Declaration
Event Data
The PagerSettingsSaving event's data class is CancelEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. |
See Also