How can I binding header and content of items?
<
telerik:RadTileView
ItemsSource
=
"{Binding BankAccounts}"
IsVirtualizing
=
"True"
/>
My goal is show my entities (for ex. Bank Account).
To show account's name on header livetimeitem and to list several properties of entities (for ex. Balance Amount, last ledger entry etc.) into content.