Back to Devexpress

OptionsMinimizing.AllowFooterResizing Property

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

latest2.4 KB
Original Source

OptionsMinimizing.AllowFooterResizing Property

Gets or sets whether users can resize the control’s footer when the Accordion control is minimized.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public bool AllowFooterResizing { get; set; }
vb
<DefaultValue(True)>
Public Property AllowFooterResizing As Boolean

Property Value

TypeDefaultDescription
Booleantrue

True if it is allowed to resize the control footer when the accordion control is minimized; otherwise, False.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowFooterResizing
AccordionControl

.OptionsMinimizing .AllowFooterResizing

|

Remarks

When the accordion control is minimized (see OptionsMinimizing.State), users can change the control footer (see AccordionControl.RootDisplayMode) height. Set the AllowFooterResizing property to false to disable control footer resizing.

See Also

OptionsMinimizing

RootDisplayMode

FooterHeight

OptionsMinimizing Class

OptionsMinimizing Members

DevExpress.XtraBars.Navigation Namespace