ValueColumn(Object?, Expression<Func<TModel, TValue>>, Action<TModel, TValue>?, Nullable, ColumnOptions?, String?) Constructor

Definition

Assembly TreeDataGrid.Core.dll
public ValueColumn(object? header, Expression<Func<TModel, TValue>> getter, Action<TModel, TValue>? setter = null, GridLength? width = default(GridLength? ), ColumnOptions<TModel>? options = null, string? id = null)

Parameters

header
Object
id
String