Skip to main content

DashboardDesignerLayoutSettings.DropIndicatorUpdateTimeout Property

Gets or sets the update timeout for the drop indicator.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public static int DropIndicatorUpdateTimeout { get; set; }

Property Value

Type Description
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…

DashboardDesigner_DropIndicator

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

DashboardDesigner_DraggingItem_3

DashboardDesigner_DraggingItem_4

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

See Also