Back to Devexpress

AccordionControlElement.HeaderIndent Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolelement-b64e9f6c.md

latest2.1 KB
Original Source

AccordionControlElement.HeaderIndent Property

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
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

Element Header Layout

AccordionControlElement Class

AccordionControlElement Members

DevExpress.XtraBars.Navigation Namespace