C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridColumn Class / SortMemberPath Property
In This Topic
SortMemberPath Property (GridColumn)
In This Topic
Gets or sets the path used to sort when the column header of this column is tapped.
Syntax
public string SortMemberPath {get; set;}
Remarks
If no SortMemberPath is specified, the Binding property will be used.
See Also