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

DocumentOptions.RealTimeData Property

Provides access to options for real-time data (RTD) function calculation.

Namespace: DevExpress.Spreadsheet

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

Declaration

public RealTimeDataOptions RealTimeData { get; }

Property Value

Type Description
RealTimeDataOptions

A RealTimeDataOptions class instance.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RealTimeData
WinForms Controls SpreadsheetControl
.Options.RealTimeData
Office File API ISpreadsheetComponent
.Options.RealTimeData
Workbook
.Options.RealTimeData
See Also