Skip to main content
Tab

FilterControlImages.OperandButtonValueHot Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties OperandButtonValueHot { 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 OperandButtonValueHot 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), 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.OperandButtonValue 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.

See Also