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

AccordionControl.GroupHeight Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Default Description
Int32 0

An Int32 value that is the header height common to all group elements within this AccordionControl.

Remarks

You can override the GroupHeight setting for individual elements by setting their AccordionControlElementBase.Height properties to a different value.

See Also