DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / SortDescriptor Class / PropertyPath Property

In This Topic
    PropertyPath Property (SortDescriptor)
    In This Topic
    Gets or sets the name of the property path used to sort data.
    Syntax
    'Declaration
     
    Public Property PropertyPath As String
    public string PropertyPath {get; set;}
    See Also