Forces the grid to reload the selected object. This method should not be called in normal use. It should be called only if you have dynamically added or removed a property (for example via a type converter or an ICustomTypeDescriptor implementation) since the object was loaded.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void Refresh()
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Sub Refresh

See Also