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

AccordionControl.FlyoutForm Property

Gets the control representing the accordion control’s flyout form.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public AccordionFlyoutForm FlyoutForm { get; }

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