Back to Devexpress

XtraTabbedMdiManager.FloatMDIChildDockDelay Property

windowsforms-devexpress-dot-xtratabbedmdi-dot-xtratabbedmdimanager-a0f5971d.md

latest2.7 KB
Original Source

XtraTabbedMdiManager.FloatMDIChildDockDelay Property

Gets or sets the time interval between moving a floating page onto the tab header region and docking the page.

Namespace : DevExpress.XtraTabbedMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(100)]
[DXCategory("Behavior")]
public int FloatMDIChildDockDelay { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(100)>
Public Property FloatMDIChildDockDelay As Integer

Property Value

TypeDefaultDescription
Int32100

An integer value that specifies the delay before docking a floating page, in milliseconds.

|

Remarks

If the XtraTabbedMdiManager.FloatOnDrag option is enabled, an end-user can drag a docked page away from the XtraTabbedMdiManager, creating a floating page. The floating page can then be docked back to the XtraTabbedMdiManager, by moving the page’s title over the XtraTabbedMdiManager’s header region.

If the XtraTabbedMdiManager.ShowFloatingDropHint property is set to False , a dragged floating page that is hovered over the XtraTabbedMdiManager’s header area for a specified duration, is automatically docked to the XtraTabbedMdiManager. This delay is specified by the FloatMDIChildDockDelay property.

See Also

FloatOnDrag

ShowFloatingDropHint

Floating Pages

XtraTabbedMdiManager Class

XtraTabbedMdiManager Members

DevExpress.XtraTabbedMdi Namespace