Skip to main content
A newer version of this page is available. .
Row

Workbook.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.Docs.v18.2.dll

Declaration

public 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.

Implements

See Also