'Declaration
<BrowsableAttribute(True)> <CategoryAttribute("Loupe")> <DescriptionAttribute("Enables selection of multiple rows or regions in the grid. Use with ctrl-C to copy")> <DefaultValueAttribute(True)> Public Property EnableMultiSelection As Boolean
[Browsable(true)] [Category("Loupe")] [Description("Enables selection of multiple rows or regions in the grid. Use with ctrl-C to copy")] [DefaultValue(true)] public bool EnableMultiSelection {get; set;}