ValueSelector Property

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Gets the function which selects the column value from the model.

public Func<TModel, TValue?> ValueSelector { get; }

Returns