DashboardDesignerLayoutSettings.DragIndicatorShowTimeout Property
Gets or sets the show timeout for the drag indicator.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v25.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Property Value
| Type | Description |
|---|---|
| Int32 | An integer value that specifies the show timeout (in milliseconds) for the drag indicator. |
Remarks
When you are dragging the dashboard item to the expected area, the drag indicator…

… shows possible positions for the dashboard item.

The DragIndicatorShowTimeout property specifies a time interval before the drag indicator appears.
See Also