PropertyGridControl.UpdateData() Method
Performs the scheduled data update synchronously.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
Remarks
The UpdateData method synchronously updates the PropertyGrid data. If the data update is not scheduled (e.g., by PropertyGridControl.InvalidateData method or Property Changed notification ), the UpdateData method has no effect.
See Also