Skip to main content

CustomizationFormShowingEventArgs.Handled Property

OBSOLETE

Please use Cancel property

Gets or sets whether the standard Customization Form should be canceled.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Please use Cancel property")]
public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if the standard Customization Form should be canceled; otherwise, false.

Remarks

This property is obsolete. Use the CustomizationFormShowingEventArgs.Cancel property instead.

See Also