Skip to main content

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

NuGet Package: DevExpress.Wpf.PropertyGrid

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