BarOptions.DistanceBetweenItems Property
Gets or sets the distance between neighboring item links. If you want to set the same item distance for multiple bars, add a BarAndDockingController and set its PropertiesBar.DistanceBetweenItems property.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int DistanceBetweenItems { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | The distance between neighboring item links. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DistanceBetweenItems |
---|---|
Bar |
|
See Also