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

FilterControlImages.OperandButtonFieldHot Property

Gets the settings of an image displayed in the Operand Type button when it is hot-tracked.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties OperandButtonFieldHot { get; }

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.

ASPxFilterControl_ve_add_remove_bttns

Use the OperandButtonFieldHot property to specify the settings of an image displayed in the Operand Type button in the second mode (when a field’s value is compared to another field’s value), when the button is hot-tracked. The settings of an image, displayed in the button in the normal state, can be specified by the FilterControlImages.OperandButtonField property.

The settings of the button in the first mode (when a field’s value is compared to a value) can be specified by the FilterControlImages.OperandButtonValue and FilterControlImages.OperandButtonValueHot properties.

See Also