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

QueryOperatorsEventArgsBase<T>.DefaultOperator Property

Gets or sets an operator that is selected when users create a new filter condition.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public T DefaultOperator { get; set; }

Property Value

Type Description
T

FilterEditorOperatorItem / ExcelStyleFilterElementOperatorItem

Remarks

View Example: How to customize the Filter Editor's operator list

See Also