'Declaration
<Foundation.ExportAttribute("AllowMerging")> <BrowsableAttribute(True)> Public Property AllowMerging As GridAllowMerging
'Usage
Dim instance As GridBase Dim value As GridAllowMerging instance.AllowMerging = value value = instance.AllowMerging
[Foundation.Export("AllowMerging")] [Browsable(true)] public GridAllowMerging AllowMerging {get; set;}