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.v24.2.dll
Declaration
Related API Members
The following members return HeaderButtonImageProperties objects:
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) and customize image sprite settings (HeaderButtonImageProperties.SpriteProperties).