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
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | 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