ComponentOne Xamarin.iOS
SortMemberPath Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridColumn Class : SortMemberPath Property
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

Reference

GridColumn Class
GridColumn Members