Skip to main content
A newer version of this page is available.
All docs
V19.2
Tab

ImagesBase.UpdateSpriteUrl(ImagePropertiesEx, Page, String, Type, String) Method

For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public void UpdateSpriteUrl(
    ImagePropertiesEx properties,
    Page page,
    string spriteControlName,
    Type resourceType,
    string resourcePath
)

Parameters

Name Type
properties ImagePropertiesEx
page Page
spriteControlName String
resourceType Type
resourcePath String
See Also