dxAutoShowInterval Constant
Specifies the default time interval that passes before making auto hidden dock controls visible.
Declaration
const dxAutoShowInterval = 300;
Remarks
The dxAutoShowInterval constant is used for two purposes:
provides the default value for the AutoShowInterval property of docking managers;
provides the return value for the docking controller’s AutoShowInterval method if there are no docking managers in the application.
See Also