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


In This Topic
    SortMemberPath Property
    In This Topic
    Gets or sets the path used to sort when the column header of this column is tapped.
    Syntax
    'Declaration
     
    
    Public Property SortMemberPath As String
    'Usage
     
    
    Dim instance As GridColumn
    Dim value As String
     
    instance.SortMemberPath = value
     
    value = instance.SortMemberPath
    public string SortMemberPath {get; set;}
    Remarks
    If no SortMemberPath is specified, the Binding property will be used.
    See Also