Skip to main content
A newer version of this page is available. .

DashboardDesignerLayoutSettings.DragIndicatorShowTimeout Property

Gets or sets the show timeout for the drag indicator.

Namespace: DevExpress.DashboardWin

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

Declaration

public static int DragIndicatorShowTimeout { get; set; }

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

DashboardDesigner_DragIndicator

… shows possible positions for the dashboard item.

DashboardDesigner_DraggingItem_2

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

See Also