'Declaration
<BrowsableAttribute(True)> <CategoryAttribute("Loupe")> <DescriptionAttribute("Specifies whether the grid includes developer details about threads and calling method")> <DefaultValueAttribute(True)> Public Property ShowDetailsInGrid As Boolean
[Browsable(true)] [Category("Loupe")] [Description("Specifies whether the grid includes developer details about threads and calling method")] [DefaultValue(true)] public bool ShowDetailsInGrid {get; set;}