FilterEditorOperatorItemList.Remove(FilterEditorOperatorType) Method
Removes an operator item from the FilterEditorControl‘s operator list.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v25.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| type | FilterEditorOperatorType | An operator item’s type. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if an operator item was removed; otherwise, false. |
See Also