aspnet-devexpress-dot-web-91c10220.md
Contains settings that define the round panel collapse button image.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CollapseButtonImageProperties :
ImagePropertiesBase
Public Class CollapseButtonImageProperties
Inherits 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 |
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).
Object StateManager PropertiesBase ImagePropertiesBase CollapseButtonImageProperties
See Also