Skip to main content

ASPxDocumentViewer.SpriteImageUrl Property

Gets or sets the path to a sprite image.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

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, please see the topic CSS Image Sprites.

See Also