ComponentOne DataGrid for WPF and Silverlight
SortMemberPath Property (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : SortMemberPath Property
Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by.
Syntax
'Declaration
 
Public Property SortMemberPath As System.String
public System.string SortMemberPath {get; set;}

Property Value

The path to the data-item member to sort by.
See Also

Reference

DataGridColumn Class
DataGridColumn Members