Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AccordionControlElement.HeaderIndent Property

Gets or sets the distance between any neighboring header content blocks for this AccordionControlElement.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

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

#Property Value

Type Default Description
Int32 -1

An Int32 value that is the distance between neighboring header content blocks.

#Remarks

Accordion elements can display four types of content within their headers: icons, captions, header controls and custom header buttons. Using the HeaderIndent and AccordionControlElement.HeaderTemplate properties you can build a desired header layout for each element. See the Element Header Layout article to learn more.

See Also