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)