Skip to main content
Tab

FilterControlImages.AddButtonHot Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties AddButtonHot { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains image settings.

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