Skip to main content

OptionsMinimizing.FooterHeight Property

Gets or sets the control footer height in the accordion control’s minimized state.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(-1)]
public int FooterHeight { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value that specifies the control footer height.

Property Paths

You can access this nested property as listed below:

Object Type Path to FooterHeight
AccordionControl
.OptionsMinimizing .FooterHeight
See Also