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.v24.2.dll
Declaration
[DefaultValue(100)]
[DXCategory("Behavior")]
public int FloatMDIChildDockDelay { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 100 | 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.