FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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
    'Declaration
     
    Protected Shared Function CreateBindingFunction( _
       ByVal itemType As Type, _
       ByVal bindingPath As String _
    ) As Func(Of Object,Object)
    protected static Func<object,object> CreateBindingFunction( 
       Type itemType,
       string bindingPath
    )

    Parameters

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