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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

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