[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridColumn.CreateBindingFunction

CreateBindingFunction Method

CreateBindingFunction(Type, string)

Creates a compiled function to access the property specified by the bindingPath of the itemType.

Declaration
protected static Func<object, object> CreateBindingFunction(Type itemType, string bindingPath)
Protected Shared Function CreateBindingFunction(itemType As Type, bindingPath As String) As Func(Of Object, Object)
Parameters
Type Name Description
Type itemType

The type of the items.

string bindingPath

The property path

Returns
Type Description
Func<object, object>