windowsforms-devexpress-dot-xtratabbedmdi-dot-xtratabbedmdimanager-1398ce74.md
Gets or sets whether hints are displayed to indicate positions when a floating page is being dragged-and-dropped onto the XtraTabbedMdiManager‘s header region.
Namespace : DevExpress.XtraTabbedMdi
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public DefaultBoolean ShowFloatingDropHint { get; set; }
<DXCategory("Behavior")>
<DefaultValue(DefaultBoolean.Default)>
Public Property ShowFloatingDropHint As DefaultBoolean
| Type | Default | Description |
|---|---|---|
| DefaultBoolean | Default |
true if the hints are enabled; otherwise, false.
|
Available values:
| Name | Description | Return Value |
|---|---|---|
| True |
The value is true.
|
0
| | False |
The value is false.
|
1
| | Default |
The value is specified by a global option or a higher-level object.
|
2
|
To allow pages to be made floating, use the XtraTabbedMdiManager.FloatOnDrag property. The ShowFloatingDropHint property enables hints that help an end-user decide where to dock a floating page, when performing a drag-and-drop over the XtraTabbedMdiManager’s header area.
The DefaultBoolean.Default value assigned to the ShowFloatingDropHint property is interpreted as DefaultBoolean.True.
If the 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 XtraTabbedMdiManager.FloatMDIChildDockDelay property.
See Also