[DevExpress Support Team: CLONED FROM T318936: Updating datasource data doesn't update filtered view]
Btw. In the document https://documentation.devexpress.com/#WindowsForms/CustomDocument113956, the SetProperty have typo , it throw compile error
set { SetProperty(ref titleValue, "Title");}
It should be :
set { SetProperty(ref titleValue, value, "Title");}
Documentation - Correct the mistake in the Data Bindings and Notifications article
Answers approved by DevExpress Support
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
The document has been modified. All changes will be visible with the upcoming documentation update.
- v15.2.4Download Official Update