CheckBoxColumn(Object?, Expression<Func<TModel, Boolean>>, Action<TModel, Boolean>?, Nullable, ColumnOptions?, String?) Constructor

Definition

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

Parameters

header
Object
id
String