Back to Devexpress

PropertyGridControl.InvalidateData() Method

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

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

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

Remarks

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

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace