RadzenDataGrid define column like Property="@(c => c.PersonId)"

RadzenDataGrid is a very powerful tool , its has many grate features ,
but one thing i wish it could do better is column definition , could / is there a plane to define the column like in QuickGrid style

this way we can infer the TItem ,Peroperty ,and Title ,
in addition ,if the class has a display DataAnnotaion with localization , is can be read as will

regards

Properties can be defined as expressions even now however I don't think that this helps in retrieving TItem, Title, etc. Blazor DataGrid supports dynamic data sources