QueryOperandsEventArgs Properties
Provides data for the FilterEditorControl.QueryOperands event.| Name | Description |
|---|---|
| AllowDateTimeFunctionOperand | Gets or sets whether to allow users to select date-time functions in the operand menu. |
| AllowPropertyOperand | Gets or sets whether to allow users to select properties in the operand menu. |
| AllowValueOperand | Gets or sets whether to allow users to select values in the operand menu. |
| DefaultOperand | Gets or sets an operand that is selected in the operand menu when users create a new filter condition. |
See Also