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