Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.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
     
    
    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