Back to Devexpress

CollapseButtonImageProperties Class

aspnet-devexpress-dot-web-91c10220.md

latest3.1 KB
Original Source

CollapseButtonImageProperties Class

Contains settings that define the round panel collapse button image.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return CollapseButtonImageProperties objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxRoundPanel.CollapseButtonImage
RoundPanelImages.CollapseButton
ASP.NET MVC ExtensionsRoundPanelSettings.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).

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ImagePropertiesBase CollapseButtonImageProperties

See Also

CollapseButtonImageProperties Members

RoundPanel

DevExpress.Web Namespace