Binding Property

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Gets a binding which selects the column value from the model.

public TypedBinding<TModel, TValue?> Binding { get; }

Returns