windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-8ce650ce.md
Gets or sets the minimum header height for all items (elements whose Style is set to Item) in the control.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(0)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public int ItemHeight { get; set; }
<DXCategory("Appearance")>
<XtraSerializableProperty>
<DefaultValue(0)>
Public Property ItemHeight As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | 0 |
An integer value that specifies the minimum height.
|
The header height corresponds to the content — image, text, context buttons, embedded control, and the current skin (paddings, margins, etc.).
You can use the following properties to specify the minimum header height:
ItemHeight — for all items in the expanded stateThe header height is never less than the specified minimum value, even if the actual height of the content is less.
The Height property allows you to override these minimal values for a particular element in the expanded and collapsed states.
See Also