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

TdxDockSite.AutoSizeClientControl Property

Returns the dock control that specifies the dimensions of the dock site.

#Declaration

Delphi
property AutoSizeClientControl: TdxCustomDockControl read;

#Property Value

Type
TdxCustomDockControl

#Remarks

When the AutoSize property of a dock site is set to True, the dock site is resized to fit controls placed on it. In this case, the AutoSizeClientControl property returns the dock control docked to the site. This control’s dimensions specify the dock site’s current dimensions.

If there is no control docked to the dock site or if the site’s AutoSize property value is False, the AutoSizeClientControl property returns nil.

See Also