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

ASPxPivotGridListEditor.PagerSettingsApplying Event

Namespace: DevExpress.ExpressApp.PivotGrid.Web

Assembly: DevExpress.ExpressApp.PivotGrid.Web.v18.2.dll

Declaration

public event EventHandler<CancelEventArgs> PagerSettingsApplying

Event Data

The PagerSettingsApplying 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