Skip to main content
Row

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.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public RealTimeData RealTimeData { get; }

Property Value

Type Description
RealTimeData

An object that exposes the RealTimeData interface.

Example

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

Implements

See Also