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.v19.1.Core.dll

Declaration

RealTimeData RealTimeData { get; }

Property Value

Type Description
RealTimeData

An object with the RealTimeData interface.

Remarks

Tip

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E5204.

See Also