AccordionControl.FlyoutForm Property
Gets the control representing the accordion control’s flyout form.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraBars.Navigation.AccordionFlyoutForm | An DevExpress.XtraBars.Navigation.AccordionFlyoutForm object specifying the accordion control’s flyout form. |
Remarks
The accordion control’s flyout form is shown when the OptionsMinimizing.State property is set to Normal.
See Also