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

AccordionControl.Footer Property

Gets the control representing the accordion control footer.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public AccordionControlFooter Footer { get; }

Property Value

Type Description
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