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

ASPxPopupControl.SpriteImageUrl Property

Gets or sets the path to a sprite image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string SpriteImageUrl { get; set; }

Property Value

Type Default Description
String String.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 the image level.

To learn more, see the topic Using Custom CSS Sprites.

See Also