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

AccordionControl.DistanceBetweenRootGroups Property

Gets or sets the distance between top-level elements.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(-1)]
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