[]
Creates a compiled function to access the property specified by the bindingPath
of the itemType
.
protected static Func<object, object> CreateBindingFunction(Type itemType, string bindingPath)
Type | Name | Description |
---|---|---|
Type | itemType | The type of the items. |
string | bindingPath | The property path |
Type | Description |
---|---|
Func<object, object> |