ASPxDockPanel.AfterFloat Event
Fires on the server side after a panel is undocked from a zone.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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