ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1PropertyPathHelper Class


In This Topic
    C1PropertyPathHelper Class Methods
    In This Topic

    For a list of all members of this type, see C1PropertyPathHelper members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a Function to evaluate a given property path on a given object. For the property path: MyProperty1.MyProperty2 it will return the following function: i => i.MyProperty1.MyProperty2  
    Public Methodstatic (Shared in Visual Basic)Gets the value resulting from applying the property path to the item.  
    Top
    See Also