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

Definition

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

Type parameters

TModel
TValue

Parameters

header
Object

Returns