Skip to main content
Tab

ASPxDockPanel.AfterFloat Event

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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