Back to Devexpress

OptionsMinimizing.FooterHeight Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-optionsminimizing.md

latest1.8 KB
Original Source

OptionsMinimizing.FooterHeight Property

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
public int FooterHeight { get; set; }
vb
<DefaultValue(-1)>
Public Property FooterHeight As Integer

Property Value

TypeDefaultDescription
Int32-1

An integer value that specifies the control footer height.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FooterHeight
AccordionControl

.OptionsMinimizing .FooterHeight

|

See Also

OptionsMinimizing

AllowFooterResizing

OptionsMinimizing Class

OptionsMinimizing Members

DevExpress.XtraBars.Navigation Namespace