CustomizePivotCellEventArgs.Handled Property
Gets or sets a value indicating whether the PivotXlsExportOptions.CustomizeCell or PivotXlsExportOptions.CustomizeCell events were handled.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the event is handled; otherwise, false |
See Also