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

RealTimeData Interface

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public interface RealTimeData

Remarks

An object which exposes the RealTimeData interface can be accessed using the IWorkbook.RealTimeData or the Workbook.RealTimeData properties.

See Also