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

FlyoutPanel.Shown Event

Fires after the panel has been displayed.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[DXCategory("Events")]
public event FlyoutPanelEventHandler Shown

Event Data

The Shown event's data class is DevExpress.Utils.FlyoutPanelEventArgs.

Remarks

To perform actions when the panel starts displaying, handle the FlyoutPanel.Showing event.

See Also