Back to Devexpress

TdxDockingManager.ResizeZonesWidth Property

vcl-dxdockcontrol-dot-tdxdockingmanager-7161a59f.md

latest1.4 KB
Original Source

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

dxResizeZonesWidth

TdxDockingController.ResizeZonesWidth

Resize Zones

Zones Overview

TdxDockingManager Class

TdxDockingManager Members

dxDockControl Unit