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.v24.2.dll
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