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

RealTimeDataOptions.RefreshMode Property

Gets or sets a value that indicates how the update of the real time data is initiated.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

[DefaultValue(RealTimeDataRefreshMode.ByTimer)]
public RealTimeDataRefreshMode RefreshMode { get; set; }

Property Value

Type Default Description
RealTimeDataRefreshMode **ByTimer**

A RealTimeDataRefreshMode enumeration member that specifies the update initiator.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RefreshMode
WinForms Controls SpreadsheetControlOptions
.RealTimeData.RefreshMode
Office File API DocumentOptions
.RealTimeData.RefreshMode
See Also