WithTextColumn<TModel, TValue>(FlatTreeDataGridSource, Expression<Func<TModel, TValue?>>, Action<TextColumnCreateOptions>?) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll
public static FlatTreeDataGridSource<TModel> WithTextColumn<TModel, TValue>(this FlatTreeDataGridSource<TModel> source, Expression<Func<TModel, TValue?>> getter, Action<TextColumnCreateOptions<TModel>>? configure = null)
    where TModel : class

Type parameters

TModel
TValue

Parameters

Returns