BarManagerProperties.DistanceBetweenItems Property
Gets or sets the distance between item links in all bars managed by the BarAndDockingController object. To override this global value for an individual Bar, set the BarOptions.DistanceBetweenItems property for this bar.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | The distance between item links. |
See Also