-
Home
-
API
-
TreeDataGridCore.Models
-
ValueColumn
-
Constructors
-
ValueColumn(Object?, Expression>, Action?, Nullable, ColumnOptions?, String?)
ValueColumn(Object?, Expression<Func<TModel, TValue>>, Action<TModel, TValue>?, Nullable, ColumnOptions?, String?) Constructor
Definition
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