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

FilterEditorOperatorItemList Class

A list of FilterEditorOperatorItems displayed in the FilterEditorControl.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

Declaration

public class FilterEditorOperatorItemList :
    List<FilterEditorOperatorItem>

The following members return FilterEditorOperatorItemList objects:

Remarks

The FilterEditorControl shows a list of operators the selected field accepts:

Inheritance

Object
List<FilterEditorOperatorItem>
FilterEditorOperatorItemList
See Also