dxResizeZonesWidth Constant
Specifies the default width of resize zones.
Declaration
const dxResizeZonesWidth = 3;
Remarks
The dxResizeZonesWidth constant is used for two purposes:
provides the default value for the ResizeZonesWidth property of docking managers;
provides the return value for the docking controller’s ResizeZonesWidth method if there are no docking managers in the application.
See Also