RealTimeSource.GetQueueDelay() Method
In This Article
Returns the delay between the data source event occurrence and passing changes to the bound control (in milliseconds).
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Returns
Type | Description |
---|---|
Time |
An integer value that is the changes queue delay in milliseconds. |
See Also