FilterEditorOperatorItemList.Item[FilterEditorOperatorType] Property
Gets or sets an operator item by its type.
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 | The operator item’s type. |
Property Value
| Type | Description |
|---|---|
| FilterEditorOperatorItem | An item in the FilterEditorControl‘s operator list. |
See Also