Skip to main content
A newer version of this page is available. .

AccordionControl.ItemHeight Property

Gets or sets the header height common to all items (elements whose AccordionControlElement.Style is set to ElementStyle.Item).

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Appearance")]
[XtraSerializableProperty]
[DefaultValue(0)]
public int ItemHeight { get; set; }

Property Value

Type Default Description
Int32 0

The header height, common to all items.

Remarks

To override this global setting for individual elements, use their AccordionControlElementBase.Height property.

See Also