Skip to main content

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

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if the event is handled; otherwise, false

See Also