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