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

TdxDockingController.ResizingDockControl Property

Returns the dock control currently being resized.

#Declaration

Delphi
property ResizingDockControl: TdxCustomDockControl read;

#Property Value

Type
TdxCustomDockControl

#Remarks

The ResizingDockControl property is used to obtain the control currently being resized. If no resizing operation is in progress, the property returns nil. The IsResizing property returns False in this case.

If you need to respond to starting or finishing a resizing operation, handle the OnStartResizing and OnEndResizing events of dock controls.

See Also