Back to Devexpress

BaseView.Floating Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-f9676ecc.md

latest1.6 KB
Original Source

BaseView.Floating Event

Fires when a docked document becomes floating.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event DocumentEventHandler Floating
vb
Public Event Floating As DocumentEventHandler

Event Data

The Floating event's data class is DocumentEventArgs. The following properties provide information specific to this event:

PropertyDescription
DocumentPoints to the document related to the current event.

Remarks

See BaseView.BeginFloating to learn more.

See Also

BeginFloating

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace