Skip to main content
Row

RealTimeData Interface

Defines a real-time data object for use with the Real Time Data (RTD) function.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface RealTimeData

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