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

AccordionControlElementBase.Height Property

Gets or sets the element header height.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Default Description
Int32 0

The element header height.

Remarks

If the Height property is set to 0, the element header height is automatically calculated according to the header’s contents (image, text, custom control and context buttons).

The Height property allows you to specify the header height for a specific element. To specify the header height for items and groups in a centralized way, use AccordionControl.ItemHeight and AccordionControl.GroupHeight.

See Also