Back to Devexpress

DashboardDesignerLayoutSettings.DragIndicatorShowTimeout Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesignerlayoutsettings-350970f6.md

latest1.7 KB
Original Source

DashboardDesignerLayoutSettings.DragIndicatorShowTimeout Property

Gets or sets the show timeout for the drag indicator.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public static int DragIndicatorShowTimeout { get; set; }
vb
Public Shared Property DragIndicatorShowTimeout As Integer

Property Value

TypeDescription
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

DashboardDesignerLayoutSettings Class

DashboardDesignerLayoutSettings Members

DevExpress.DashboardWin Namespace