Skip to main content
All docs
V26.1
  • FilterPanelClearingFilterEventArgs.Handled Property

    Gets or sets whether the built-in clear filter action is canceled.

    Namespace: DevExpress.Xpf.Core.FilteringUI

    Assembly: DevExpress.Xpf.Grid.v26.1.dll

    Declaration

    public bool Handled { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to cancel the built-in clear filter action; otherwise, false.

    Remarks

    Set the FilterPanelClearingFilterEventArgs.Handled property to true in the ClearingFilterCommand handler to prevent the Filter Panel from clearing the active filter after the command completes.

    See Also