ComponentOne Xamarin.Android
AllowResizing Property (GridBase)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridBase Class : AllowResizing Property
Syntax
'Declaration
 
Public Property AllowResizing As GridAllowResizing
'Usage
 
Dim instance As GridBase
Dim value As GridAllowResizing
 
instance.AllowResizing = value
 
value = instance.AllowResizing
public GridAllowResizing AllowResizing {get; set;}
See Also

Reference

GridBase Class
GridBase Members