ComponentOne Xamarin.iOS
AllowResizing Property (GridBase)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : AllowResizing Property
Gets or sets a value that indicates whether users are allowed to resize rows and columns.
Syntax
'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;}
See Also

Reference

GridBase Class
GridBase Members