In case you would want to use Binding and show only Date portion without time
ToolTip="{Binding TransactionModel.TransactionDate, StringFormat=d}"
In case you would want to use Binding and show only Date portion without time
ToolTip="{Binding TransactionModel.TransactionDate, StringFormat=d}"