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

TdxZone.Owner Property

Gets the control to which the zone belongs.

#Declaration

Delphi
property Owner: TdxCustomDockControl read;

#Property Value

Type
TdxCustomDockControl

#Remarks

The Owner property returns the dock control to which the zone belongs. If a zone is used as the target of docking operations, the Owner property returns the control that will be the parent of controls docked to this zone. If a zone is a resize zone, the Owner property returns the control that is resized.

You can use the Owner property when handling events that fire in response to performing docking or resizing operations. These events provide zones as parameters. Thus, you can determine the control to which another control is docked or the control being resized.

See Also