Skip to main content
A newer version of this page is available. .

PropertyGridControl.UpdateData() Method

Performs the scheduled data update synchronously.

Namespace: DevExpress.Xpf.PropertyGrid

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

Declaration

public virtual void 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