Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.WaitForDockingTime Property

Determines how quickly (in milliseconds) a floating toolbar is docked.

#Declaration

Delphi
property WaitForDockingTime: Integer read; write; default 21;

#Property Value

Type Default
Integer 21

#Remarks

When a floating toolbar is dragged to the place of a dock control an amount of time must pass before it’s docked. This interval, in milliseconds, is specified by the WaitForDockingTime property. The assigned value must be a positive integer value.

The default value of the WaitForDockingTime property is 21 milliseconds.

See Also