Back to Devexpress

AccordionControl.FlyoutForm Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-04a9e562.md

latest1.5 KB
Original Source

AccordionControl.FlyoutForm Property

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
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

State

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace