DashboardDesignerLayoutSettings.DropIndicatorUpdateTimeout Property
Gets or sets the update timeout for the drop indicator.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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…
…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