BaseLayoutItem.FloatOnDoubleClick Property
Gets or sets whether an end-user can double-click the item’s caption to float it. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if an end-user can double-click the item’s caption to float it; otherwise false. |
Remarks
If this property is set to true an end-user can double-click an item’s caption to float it. A subsequent double-click on the item’s caption restores it to its previous dock position.
See Also