[]
        
(Showing Draft Content)

C1.Blazor.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)
Parameters
Type Name Description
Type itemType

The type of the items.

string bindingPath

The property path

Returns
Type Description
Func<object, object>