Skip to main content
A newer version of this page is available. .
Tab

ASPxCollapsiblePanel.SpriteImageUrl Property

OBSOLETE

Use the Images.SpriteImageUrl property instead.

Gets or sets the path to a sprite image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
[Obsolete("Use the Images.SpriteImageUrl property instead.")]
public string SpriteImageUrl { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the path to the sprite image.

See Also