ComponentOne Data Source for Entity Framework
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 System.String
    public System.string PropertyPath {get; set;}
    See Also