DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / GroupDescriptor Class / GroupDescriptor Constructor / GroupDescriptor Constructor(String)
The group property path

In This Topic
    GroupDescriptor Constructor(String)
    In This Topic
    Initializes a new instance of the GroupDescriptor class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal propertyPath As String _
    )
    public GroupDescriptor( 
       string propertyPath
    )

    Parameters

    propertyPath
    The group property path
    See Also