Skip to main content

RealTimeSource.SendQueueTimeout Field

In This Article

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.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public static int SendQueueTimeout

#Field Value

Type
Int32
See Also