'Declaration Public Property WillRefreshPropertyGrid As Boolean
'Usage Dim instance As PropertyItemBase Dim value As Boolean instance.WillRefreshPropertyGrid = value value = instance.WillRefreshPropertyGrid
public bool WillRefreshPropertyGrid {get; set;}