SpreadsheetRealTimeDataOptions.RefreshMode Property
In This Article
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 |
---|---|
Real |
A Real |
Available values:
Name | Description |
---|---|
Manual | Real time data is updated on demand by calling the Real |
By |
Real time data is updated by a timer after the time interval specified by the Real |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Refresh |
---|---|
Spreadsheet |
|
See Also