dxAutoHideInterval Constant
Holds the default time interval that passes before auto hiding a dock control.
Declaration
const dxAutoHideInterval = 500;
Remarks
The dxAutoHideInterval constant is used for two purposes:
provides the default value for the AutoHideInterval property of docking managers;
provides the return value for the docking controller’s AutoHideInterval method if there are no docking managers in the application.
See Also