Back to Devexpress

PropertyGridControl.UpdateData() Method

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-c93d1f9e.md

latest1.2 KB
Original Source

PropertyGridControl.UpdateData() Method

Performs the scheduled data update synchronously.

Namespace : DevExpress.Xpf.PropertyGrid

Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public virtual void UpdateData()
vb
Public Overridable Sub UpdateData

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

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace