Skip to main content

AccordionControl.DistanceBetweenRootGroups Property

Gets or sets the distance between top-level elements.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(-1)]
[DXCategory("Appearance")]
public int DistanceBetweenRootGroups { get; set; }

Property Value

Type Default Description
Int32 -1

An Int32 value that is the distance between top-level elements.

See Also