AccordionControl.Footer Property
Gets the control representing the accordion control footer.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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