Back to Devexpress

dxAutoShowInterval Constant

vcl-dxdockconsts-cc251c73.md

latest1.2 KB
Original Source

dxAutoShowInterval Constant

Specifies the default time interval that passes before making auto hidden dock controls visible.

Declaration

delphi
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

dxAutoHideInterval

dxAutoHideMovingInterval

dxAutoHideMovingSize

TdxCustomDockControl.AutoHide

TdxDockSite.OnHideControl

TdxDockSite.OnShowControl

Auto Hide Feature

dxDockConsts Unit