Back to Devexpress

TdxCustomDockControl.AllowFloating Property

vcl-dxdockcontrol-dot-tdxcustomdockcontrol-358f4d6c.md

latest1.9 KB
Original Source

TdxCustomDockControl.AllowFloating Property

Specifies whether the dock control is allowed to float.

Declaration

delphi
property AllowFloating: Boolean read; write;

Property Value

Type
Boolean

Remarks

Dock controls can be either docked to a site or floating. When floating, they are represented as separate forms. Use the AllowFloating property to specify whether such a dock control state is allowed. If set to False , the dock control cannot float freely but must be docked to a site or float within a tab container or a side container.

If the control should always float free, set its AllowDock property to an empty set.

See Also

TdxCustomDockControl.AllowDock

TdxCustomDockControl.AllowDockClients

TdxCustomDockControl.Dockable

Controlling Docking Operations

Docking Operations

Performing Docking Operations via Code

TdxCustomDockControl Class

TdxCustomDockControl Members

dxDockControl Unit