ASPxDockPanel.AfterFloat Event
In This Article
Fires on the server side after a panel is undocked from a zone.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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