Skip to main content
All docs
V20.2
Tab

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

For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

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