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

IWorkbook.RealTimeData Property

Provides access to an object that is used to manually update real-time data and reconnect to data servers.

Namespace: DevExpress.Spreadsheet

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

Declaration

RealTimeData RealTimeData { get; }

Property Value

Type Description
RealTimeData

An object with the RealTimeData interface.

Remarks

See Also