Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / AllowSorting Property


In This Topic
    AllowSorting Property (FlexGrid)
    In This Topic
    Gets or sets whether users are allowed to sort columns by tapping or clicking the column header cells.
    Syntax
    'Declaration
     
    
    Public Property AllowSorting As Boolean
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Boolean
     
    instance.AllowSorting = value
     
    value = instance.AllowSorting
    public bool AllowSorting {get; set;}
    See Also