LookUpEditBase.RefreshData() Method
In This Article
Updates the control’s data.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Remarks
Calling the RefreshData method only makes sense when the bound data source does not support the IBindingList interface. Otherwise, the control will automatically update itself, since such data sources provide data change notifications.
Note
The Refresh
See Also