Skip to main content
All docs
V25.1
  • Bar

    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.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DefaultValue(0)]
    public virtual int DistanceBetweenItems { get; set; }

    Property Value

    Type Default Description
    Int32 0

    The distance between item links.

    See Also