Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public bool FloatOnDoubleClick { get; set; }

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the FloatOnDoubleClick property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also