PropertyGridControl.InvalidateData() Method
Schedules the asynchronous data update. The data update is performed when the UpdateLayout() method is called.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
Remarks
Use the InvalidateData method to update PropertyGrid data if the data source does not provide the Property Changed notifications.
See Also