ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / SortMemberPath Property

In This Topic
    SortMemberPath Property (DataGridComboBoxColumn)
    In This Topic
    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 String
    public string SortMemberPath {get; set;}

    Property Value

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