Back to Devexpress

AccordionControl.ChildIndentStartLevel Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-b48f6863.md

latest1.8 KB
Original Source

AccordionControl.ChildIndentStartLevel Property

Gets or sets the hierarchy level that starts the indentation of child elements.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int322

The hierarchy level that starts the indentation of child elements.

|

Remarks

The ChildIndentStartLevel property has no effect if the AccordionControl.ChildLevelIndent property is not specified.

The AccordionControl.QueryElementIndent event allows you to specify a custom indent for each accordion item.

See Also

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace