ASPxCollapsiblePanel.SpriteImageUrl Property
In This Article
OBSOLETE
Use the Images.
Gets or sets the path to a sprite image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue("")]
[Obsolete("Use the Images.SpriteImageUrl property instead.")]
public string SpriteImageUrl { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A String value that specifies the path to the sprite image. |
See Also