Or you could use CellTemplate to access the nested property
<Column T="Model" Field="HireDate" Title="Hired"> <CellTemplate> @context.Item.HireDate.ToString("d") </CellTemplate> </Column>