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

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