FilterControlImages.RemoveButtonHot Property
In This Article
Gets the settings of an image displayed within the Remove button when it is hot-tracked.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties RemoveButtonHot { get; }
#Property Value
Type | Description |
---|---|
Image |
A Image |
#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