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

FilterEditorOperatorItemList.Remove(FilterEditorOperatorType) Method

Removes an operator item from the FilterEditorControl‘s operator list.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public bool Remove(
    FilterEditorOperatorType type
)

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