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

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