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.v24.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