Back to Devexpress

DashboardDesignerLayoutSettings.DropIndicatorUpdateTimeout Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesignerlayoutsettings-2d59e457.md

latest1.9 KB
Original Source

DashboardDesignerLayoutSettings.DropIndicatorUpdateTimeout Property

Gets or sets the update timeout for the drop indicator.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Property Value

TypeDescription
Int32

An integer value that specifies the update timeout (in milliseconds) for the drop indicator.

|

Remarks

The drop indicator shows possible positions for the dashboard item…

…and sequentially displays areas that can be occupied by the dashboard item.

|

|

|

The DropIndicatorUpdateTimeout property specifies a timeout that is the time interval between two sequential switches of possible areas.

See Also

DashboardDesignerLayoutSettings Class

DashboardDesignerLayoutSettings Members

DevExpress.DashboardWin Namespace