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

HeaderButtonCheckedImageProperties Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class HeaderButtonCheckedImageProperties :
    HeaderButtonImageProperties

Remarks

The HeaderButtonCheckedImageProperties class defines an individual image’s settings. The image can be displayed within the pin, collapse, and maximize header buttons of popup windows and docking panels.

Using the properties exposed by the HeaderButtonCheckedImageProperties class, you can specify the URLs of images for normal, hottracked, and checked states (ImagePropertiesBase.Url, HeaderButtonImageProperties.UrlHottracked, and HeaderButtonCheckedImageProperties.UrlChecked), 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