dxTabsScrollInterval Constant
Specifies the default scrolling interval for tabs.
Declaration
const dxTabsScrollInterval = 300;
Remarks
The dxTabsScrollInterval constant is used for two purposes:
provides the default value for the TabsScrollInterval property of docking managers;
provides the return value for the docking controller’s TabsScrollInterval method if there are no docking managers in the application.
See Also