Back to Devexpress

ASPxImageZoom.LargeImageUrl Property

aspnet-devexpress-dot-web-dot-aspximagezoom-0c8daeb8.md

latest1.5 KB
Original Source

ASPxImageZoom.LargeImageUrl Property

Gets or sets the URL pointing to the magnified image displayed within the Zoom Window and the Expand Window.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A System.String value specifying the URL representing the path to the preview image displayed within the Zoom Window and the Expand Window.

|

Remarks

Use the LargeImageUrl property to specify a URL representing the path to the image displayed within the Zoom Window and the Expand Window.

All graphic file formats which can be interpreted by web browsers are supported. The image’s URL can represent either an absolute or relative path.

See Also

ASPxImageZoom Class

ASPxImageZoom Members

DevExpress.Web Namespace