Skip to main content
Tab

ASPxImageZoomNavigator.ItemSpacing Property

Specifies the spacing between ASPxImageZoomNavigator items (thumbnails).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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