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

TdxDockingManager.ResizeZonesWidth Property

Specifies the default width of resize zones.

#Declaration

Delphi
property ResizeZonesWidth: Integer read; write; default dxResizeZonesWidth;

#Property Value

Type
Integer

#Remarks

Resize zones are areas within dock controls where resizing can be initiated. These areas are aligned to specific edges of the control and have a fixed width. This width is specified by the ResizeZonesWidth property. Its value is set in pixels.

For additional information on resize zones, please refer to the Resize Zones topic.

The default value of the ResizeZonesWidth property is dxResizeZonesWidth.

See Also