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

SpreadsheetControlOptions.RealTimeData Property

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

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.1.dll

Declaration

public SpreadsheetRealTimeDataOptions RealTimeData { get; set; }

Property Value

Type Description
SpreadsheetRealTimeDataOptions

A SpreadsheetRealTimeDataOptions class instance.

Property Paths

You can access this nested property as listed below:

Object Type Path to RealTimeData
SpreadsheetControl
.Options.RealTimeData
See Also