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

ChartRangeControlClientDataProvider.RefreshData() Method

Reloads data from the underlying data source and repaints the viewport area of the range control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public void RefreshData()

Remarks

Calling the RefreshData method only makes sense when the bound data source doesn’t support the IBindingList interface. Otherwise, the ChartRangeControlClientDataProvider will automatically update itself, since such data sources provide data change notifications.

See Also