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

ASPxImageZoomNavigator.ItemSpacing Property

Specifies the spacing between ASPxImageZoomNavigator items (thumbnails).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "5")]
public Unit ItemSpacing { get; set; }

Property Value

Type Default Description
Unit "5"

An Unit object that is the spacing between items.

Remarks

ImageZoom_ItemSpacing

See Also