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

TdxFloatDockSite.FloatHeight Property

Specifies the child dock control’s height.

#Declaration

Delphi
property FloatHeight: Integer read; write;

#Property Value

Type
Integer

#Remarks

When a dock control is floating (resides on a float site), changing this control’s Height property has no effect. The reason is that the control is client aligned on its parent site, which is client aligned within the float form. To change a floating control’s height, you should use the FloatHeight property of the owning float site. This property actually sets the float form’s client height.

Use a control’s FloatDockSite property to access its parent float site.

See Also