ComponentOne Xamarin.iOS
AllowResizing Property (GridColumn)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridColumn Class : AllowResizing Property
Gets or sets a value indicating whether this column can be resized.
Syntax
'Declaration
 
Public Property AllowResizing As Boolean
'Usage
 
Dim instance As GridColumn
Dim value As Boolean
 
instance.AllowResizing = value
 
value = instance.AllowResizing
public bool AllowResizing {get; set;}
See Also

Reference

GridColumn Class
GridColumn Members