FromDelegate(Object?, Func<TModel, TValue>, String?, Action<TModel, TValue>?, Nullable, ColumnOptions?, String?) Method

Definition

Assembly TreeDataGrid.Core.dll

Uses an existing accessor without building or compiling an expression. Default view bindings observe changes on the row model; custom views may use PropertyName.

public static ValueColumn<TModel, TValue> FromDelegate(object? header, Func<TModel, TValue> getter, string? propertyName = null, Action<TModel, TValue>? setter = null, GridLength? width = default(GridLength? ), ColumnOptions<TModel>? options = null, string? id = null)

Parameters

header
Object
propertyName
String
id
String

Returns