Back to Devexpress

ASPxEdit.SpriteImageUrl Property

aspnet-devexpress-dot-web-dot-aspxedit-e32d50c2.md

latest1.9 KB
Original Source

ASPxEdit.SpriteImageUrl Property

Gets or sets the path to a sprite image.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string SpriteImageUrl { get; set; }
vb
<DefaultValue("")>
Public Property SpriteImageUrl As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

Remarks

Use the SpriteImageUrl property to specify a custom sprite image used by the control. Settings of individual control images combined into the sprite can be defined using the ImagePropertiesBase.Height, ImagePropertiesBase.Width and ImageSpriteProperties.Left and ImageSpriteProperties.Top properties, which are exposed at image levels.

To learn more, see the topic CSS Image Sprites.

See Also

CSS Image Sprites

ASPxEdit Class

ASPxEdit Members

DevExpress.Web Namespace