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

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.v18.2.dll

Declaration

public virtual void InvalidateData()

Remarks

Use the InvalidateData method to update PropertyGrid data if the data source does not provide the Property Changed notifications.

See Also