FilterControlImages.AddButtonHot Property
In This Article
Gets the settings of an image displayed within the Add button when it is hot-tracked.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties AddButtonHot { get; }
#Property Value
Type | Description |
---|---|
Image |
A Image |
#Remarks
The Add button is used to add new conditions. The settings of an image displayed within this button can be accessed via the FilterControlImages.AddButton property. When the Add button is hot-tracked, it displayes an image specified by the AddButtonHot property. Use these properties to provide your own button images.
See Also