Skip to main content

DashboardDesignerLayoutSettings.DragIndicatorShowTimeout Property

Gets or sets the show timeout for the drag indicator.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

#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