Skip to main content

OfficeNavigationBar.ItemSpacing Property

Gets or sets the amount of space, in pixels, between OfficeNavigationBar items. This is a dependency property.

Namespace: DevExpress.Xpf.Navigation

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public double ItemSpacing { get; set; }

Property Value

Type Description
Double

An integer value that specifies the amount of space, in pixels, between OfficeNavigationBar items.

See Also