-
Home
-
API
-
TreeDataGridCore.Models
-
TextColumn
-
Constructors
-
TextColumn(Object?, Expression>, Action, Nullable, ColumnOptions?, String?)
TextColumn(Object?, Expression<Func<TModel, TValue>>, Action<TModel, TValue>, Nullable, ColumnOptions?, String?) Constructor
Definition
public TextColumn(object? header, Expression<Func<TModel, TValue>> getter, Action<TModel, TValue> setter, GridLength? width = default(GridLength? ), ColumnOptions<TModel>? options = null, string? id = null)
Parameters