Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

RealTimeData.RefreshData() Method

Retrieves data from the server and updates the Real Time Data (RTD) function result.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

void RefreshData()

Remarks

Call the RefreshData method to update data if the RealTimeDataOptions.RefreshMode is set to the RealTimeDataRefreshMode.Manual value.

See Also