RealTimeData Interface
Defines a real-time data object for use with the Real Time Data (RTD) function.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
The following members return RealTimeData objects:
Remarks
An object which exposes the RealTimeData interface can be accessed using the IWorkbook.RealTimeData or the Workbook.RealTimeData properties.
See Also