Back to Devexpress

ASPxImageZoom.AssociatedImageZoomNavigatorID Property

aspnet-devexpress-dot-web-dot-aspximagezoom-e0f4b518.md

latest1.4 KB
Original Source

ASPxImageZoom.AssociatedImageZoomNavigatorID Property

Gets or sets the ID of an ASPxImageZoomNavigator with which the ASPxImageZoom is associated.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A string value that is the ASPxImageZoomNavigator ID.

|

See Also

ASPxImageZoom Class

ASPxImageZoom Members

DevExpress.Web Namespace