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

ASPxDockPanel.AfterFloat Event

Fires on the server side after a panel is undocked from a zone.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public event EventHandler AfterFloat

Event Data

The AfterFloat event's data class is EventArgs.

Remarks

Write an AfterFloat event handler to perform specific actions on the server side after each time the panel is undocked.

To learn more, see the Common Docking Events topic.

See Also