Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpreadsheetRealTimeDataOptions.RefreshMode Property

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

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

#Declaration

public RealTimeDataRefreshMode RefreshMode { get; set; }

#Property Value

Type Description
RealTimeDataRefreshMode

A RealTimeDataRefreshMode enumeration member that specifies the update initiator.

Available values:

Name Description
Manual

Real time data is updated on demand by calling the RealTimeData.RefreshData method.

ByTimer

Real time data is updated by a timer after the time interval specified by the RealTimeDataOptions.ThrottleInterval property.

#Property Paths

You can access this nested property as listed below:

Object Type Path to RefreshMode
SpreadsheetControlOptions
.RealTimeData .RefreshMode
See Also