Back to Devexpress

HeaderButtonImageProperties Class

aspnet-devexpress-dot-web-3459e58a.md

latest3.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class HeaderButtonImageProperties :
    ImagePropertiesBase
vb
Public Class HeaderButtonImageProperties
    Inherits ImagePropertiesBase

The following members return HeaderButtonImageProperties objects:

Show 11 links

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).

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ImagePropertiesBase HeaderButtonImageProperties HeaderButtonCheckedImageProperties

See Also

HeaderButtonImageProperties Members

DevExpress.Web Namespace