Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / AllowDragging Property


In This Topic
    AllowDragging Property (GridBase)
    In This Topic
    Gets or sets a value that indicates whether users are allowed to move rows and columns to new positions.
    Syntax
    'Declaration
     
    
    Public Property AllowDragging As GridAllowDragging
    'Usage
     
    
    Dim instance As GridBase
    Dim value As GridAllowDragging
     
    instance.AllowDragging = value
     
    value = instance.AllowDragging
    public GridAllowDragging AllowDragging {get; set;}
    See Also