CheckBoxColumn(Object?, Expression<Func<TModel, Nullable>>, Action<TModel, Nullable>?, 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