dxAutoHideMovingSize Constant
Specifies the default sliding step for controls whose auto hide feature is enabled.
Declaration
const dxAutoHideMovingSize = 20;
Remarks
The dxAutoHideMovingSize constant is used for two purposes:
provides the default value for the AutoHideMovingSize property of docking managers;
provides the return value for the docking controller’s AutoHideMovingSize method if there are no docking managers in the application.
See Also