aspnet-devexpress-dot-web-3459e58a.md
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.v25.2.dll
NuGet Package : DevExpress.Web
public class HeaderButtonImageProperties :
ImagePropertiesBase
Public Class HeaderButtonImageProperties
Inherits ImagePropertiesBase
The following members return HeaderButtonImageProperties objects:
Show 11 links
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).
Object StateManager PropertiesBase ImagePropertiesBase HeaderButtonImageProperties HeaderButtonCheckedImageProperties
See Also