Skip to main content

FilterEditorOperatorItemList.Item[FilterEditorOperatorType] Property

Gets or sets an operator item by its type.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public FilterEditorOperatorItem this[FilterEditorOperatorType type] { get; set; }

Parameters

Name Type Description
type FilterEditorOperatorType

The operator item’s type.

Property Value

Type Description
FilterEditorOperatorItem

An item in the FilterEditorControl‘s operator list.

See Also