Back to Devexpress

AccordionControl.DistanceBetweenRootGroups Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-297d3fa5.md

latest1.3 KB
Original Source

AccordionControl.DistanceBetweenRootGroups Property

Gets or sets the distance between top-level elements.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
[DXCategory("Appearance")]
public int DistanceBetweenRootGroups { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(-1)>
Public Property DistanceBetweenRootGroups As Integer

Property Value

TypeDefaultDescription
Int32-1

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

|

See Also

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace