Specifies property of the model that will be linked to a cell. Cell will display and edit values of specified property automatically.
[Parameter]
public Func<T?, TValue>? DataBinding { get; set; }
Example
<TextColumn HeaderText="Title" DataBinding="p => p.Title" />