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


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