Skip to main content
Tab

ImageSliderNavigationBarSettings.ItemSpacing Property

Gets or sets the horizontal spacing between items (thumbnails or dots) in the navigation bar.

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"

A Unit value that is the spacing value.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ItemSpacing
ASP.NET MVC Extensions ImageSliderSettings
.SettingsNavigationBar .ItemSpacing
ASP.NET Web Forms Controls ASPxImageSlider
.SettingsNavigationBar .ItemSpacing

Remarks

ImageSlider_ItemSpacing

See Also