FilterControlImages.OperandButtonValue Property
Gets the settings of an image displayed in the Operand Type button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ImageProperties | A ImageProperties object that contains image settings. |
Remarks
When the ASPxFilterControlBase.ShowOperandTypeButton property is set to true
, the Operand Type button is displayed. It allows end-users to switch a filter condition between two modes:
- comparing a field’s value to a value;
- comparing a field’s value to another field’s value.
Use the OperandButtonValue property to specify the settings of an image displayed in the Operand Type button in the first mode (when a field’s value is compared to a value). The settings of an image, displayed in the hot-tracked Operand Type button can be specified by the FilterControlImages.OperandButtonValueHot property.
The settings of the button in the second mode (when a field’s value is compared to another field’s value) can be specified by the FilterControlImages.OperandButtonField and FilterControlImages.OperandButtonFieldHot properties.