Back to Devexpress

BaseView.EndFloating Event

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

latest2.5 KB
Original Source

BaseView.EndFloating Event

Fires after an end-user drops a floating document.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event DocumentEventHandler EndFloating
vb
Public Event EndFloating As DocumentEventHandler

Event Data

The EndFloating 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

IBaseDocumentDefaultProperties.AllowDock

IBaseDocumentDefaultProperties.AllowFloat

IBaseDocumentProperties.AllowDock

IBaseDocumentProperties.AllowFloat

Dock

Float

FloatDocuments

BeginFloating

Floating

EndFloating

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace