SortMemberPath Property (GridHyperlinkColumn)
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
public string SortMemberPath {get; set;}
See Also