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.AutoHideContainer Property

When the auto hide feature is enabled, it returns the parent of the dock control.

#Declaration

Delphi
property AutoHideContainer: TdxDockSiteAutoHideContainer read;

#Property Value

Type
TdxDockSiteAutoHideContainer

#Remarks

If the control’s AutoHide property value is True, the AutoHideContainer property returns a TdxDockSiteAutoHideContainer control representing the dock control’s parent. The returned object is a TWinControl descendant. You will have no need to access members of this object in applications.

If the control’s AutoHide property value is False, the AutoHideContainer property returns nil.

See Also