Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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:

Object Type Path to ItemSpacing
ASPxImageSlider
.SettingsNavigationBar.ItemSpacing
ImageSliderSettings
.SettingsNavigationBar.ItemSpacing
MVCxImageSlider
.SettingsNavigationBar.ItemSpacing

Remarks

ImageSlider_ItemSpacing

See Also