'Declaration
<BrowsableAttribute(True)> <CategoryAttribute("Loupe")> <DescriptionAttribute("Specifies whether the Show Details button should be visible in the toolbar")> <DefaultValueAttribute(True)> Public Property ShowDetailsButton As Boolean
[Browsable(true)] [Category("Loupe")] [Description("Specifies whether the Show Details button should be visible in the toolbar")] [DefaultValue(true)] public bool ShowDetailsButton {get; set;}