Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / AllowResizing Property


In This Topic
    AllowResizing Property (GridBase)
    In This Topic
    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