Skip to main content
A newer version of this page is available. .
Tab

HeaderButtonImageProperties Class

Contains settings which define the normal and hottracked states of an image that can be displayed within header buttons of web controls.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class HeaderButtonImageProperties :
    ImagePropertiesBase

Remarks

The HeaderButtonImageProperties class defines an individual image’s settings. The image can be displayed within the close and refresh header buttons of web controls (e.g., ASPxPopupControl, ASPxSpellChecker etc.).

Using the properties exposed by the HeaderButtonImageProperties class, you can specify the URLs of images for normal and hottracked states (ImagePropertiesBase.Url, HeaderButtonImageProperties.UrlHottracked), define the image size (ImagePropertiesBase.Width and ImagePropertiesBase.Height), set the alternate text displayed instead of the image when the image is unavailable (ImagePropertiesBase.AlternateText, ImagePropertiesBase.DescriptionUrl) and customize image sprite settings (HeaderButtonImageProperties.SpriteProperties).

See Also