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