cara menggunakan area teks untuk model Kendo MVC

@Html.TextAreaFor(x => x.Description,
	new { @class = "k-textbox", style = "width: 100%;", placeholder = "Notes... Descriptions..." })
Lazy Lemur