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

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.v19.1.dll

Declaration

[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