Back to Devexpress

AccordionControl.Footer Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-42fa0c98.md

latest1.5 KB
Original Source

AccordionControl.Footer Property

Gets the control representing the accordion control footer.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public AccordionControlFooter Footer { get; }
vb
<Browsable(False)>
Public ReadOnly Property Footer As AccordionControlFooter

Property Value

TypeDescription
DevExpress.XtraBars.Navigation.AccordionControlFooter

An DevExpress.XtraBars.Navigation.AccordionControlFooter object representing the control footer.

|

Remarks

The control footer is shown when the AccordionControl.RootDisplayMode property is set to Footer.

See Also

RootDisplayMode

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace