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

RealTimeDataRefreshMode Enum

Lists how a data update is initiated.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public enum RealTimeDataRefreshMode

#Members

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.

#Related API Members

The following properties accept/return RealTimeDataRefreshMode values:

Library Related API Members
WPF Controls SpreadsheetRealTimeDataOptions.RefreshMode
Office File API RealTimeDataOptions.RefreshMode

#Remarks

The RealTimeDataRefreshMode value is assigned to the RealTimeDataOptions.RefreshMode property.

View Example: Implement a Real-Time Data Server and Use the RTD Function

See Also