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

FilterEditorQueryOperatorsEventArgs Properties

Provides data for the FilterEditorControl.QueryOperators event.
Name Description
DefaultOperator Gets or sets an operator that is selected when users create a new filter condition. Inherited from QueryOperatorsEventArgsBase<T>.
FieldName Gets a name of the field for which operators are queried. Inherited from QueryOperatorsEventArgsBase<T>.
Filter Gets the current filter criteria specified in the FilterEditorControl.
Operators Gets or sets the operators displayed in the operator list.
See Also