Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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