Skip to main content
Tab

CollapseButtonImageProperties Class

Contains settings that define the round panel collapse button image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CollapseButtonImageProperties :
    ImagePropertiesBase

The following members return CollapseButtonImageProperties objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxRoundPanel.CollapseButtonImage
RoundPanelImages.CollapseButton
ASP.NET MVC Extensions RoundPanelSettings.CollapseButtonImage

Remarks

The CollapseButtonImageProperties class defines the round panel collapse button image settings.

Using the properties exposed by the CollapseButtonImageProperties class, you can specify the URLs of images for normal, hottracked, and checked states (ImagePropertiesBase.Url, CollapseButtonImageProperties.UrlHottracked, CollapseButtonImageProperties.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) and customize image sprite settings (CollapseButtonImageProperties.SpriteProperties).

Inheritance

See Also