Skip to main content
Tab

FilterControlImages.RemoveButtonHot Property

Gets the settings of an image displayed within the Remove button when it is hot-tracked.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties RemoveButtonHot { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains image settings.

Remarks

The Remove button is used to remove existing conditions. The settings of an image displayed within this button can be accessed via the FilterControlImages.RemoveButton property. When the Remove button is hot-tracked, it displayes an image specified by the RemoveButtonHot property. Use these properties to provide your own button images.

See Also