Skip to main content

ExcelStyleFilterElementOperatorItemList.Remove(ExcelStyleFilterElementOperatorType) Method

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

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool Remove(
    ExcelStyleFilterElementOperatorType type
)

Parameters

Name Type Description
type ExcelStyleFilterElementOperatorType

An operator item’s type.

Returns

Type Description
Boolean

true, if an operator item was removed; otherwise, false.

See Also