MultilineText.cshtml 90 B

1234
  1. @model object
  2. @Html.DevExpress().MemoFor(m => m, s => {
  3. s.Width = 170;
  4. }).GetHtml()