Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridColumn Class / SortDirection Property


In This Topic
    SortDirection Property
    In This Topic
    Gets the sort direction when the underlying collection is sorted by the same field as this column's SortMemberPath or Binding.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SortDirection As Nullable(Of SortDirection)
    'Usage
     
    
    Dim instance As GridColumn
    Dim value As Nullable(Of SortDirection)
     
    value = instance.SortDirection
    public Nullable<SortDirection> SortDirection {get;}
    See Also