Back to Devexpress

Workbook.RealTimeData Property

officefileapi-devexpress-dot-spreadsheet-dot-workbook-9dfb95b7.md

latest1.9 KB
Original Source

Workbook.RealTimeData Property

Returns an object used to manually update real-time data and reconnect to data servers.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this property in production code.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public RealTimeData RealTimeData { get; }
vb
Public ReadOnly Property RealTimeData As RealTimeData

Property Value

TypeDescription
RealTimeData

An object that exposes the RealTimeData interface.

|

Example

View Example: Implement a Real-Time Data Server and Use the RTD Function

Implements

RealTimeData

See Also

Real-Time Data (RTD) Function

Real-Time Data (RTD) Function

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace