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

RealTimeSource.SendQueueTimeout Field

Specifies the timeout between the data source event occurrence and passing changes to the bound control (in milliseconds). The default timeout is 2000 ms. If the actual delay exceeds the specified timeout, the RealTimeSource.CatchUp method triggers automatically.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v18.2.dll

Declaration

public static int SendQueueTimeout

Field Value

Type
Int32
See Also