Skip to main content
A newer version of this page is available. .
Tab

ASPxImageZoom.AssociatedImageZoomNavigatorID Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("")]
public virtual string AssociatedImageZoomNavigatorID { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that is the ASPxImageZoomNavigator ID.

See Also