WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridColumn Class / CreateBindingFunction Method
The type of the items.
The property path
In This Topic
    CreateBindingFunction Method
    In This Topic
    Creates a compiled function to access the property specified by the bindingPath of the itemType.
    Syntax
    protected static Func<object,object> CreateBindingFunction( 
       Type itemType,
       string bindingPath
    )

    Parameters

    itemType
    The type of the items.
    bindingPath
    The property path
    See Also