@{ ViewBag.Title = "Home"; Layout = "~/Views/Shared/_Layout.cshtml"; } @(Html.Kendo().PanelBar() .Name("participantPanelBar1") .ExpandMode(PanelBarExpandMode.Multiple) .SecurityTrimming(true) .Items(panelbar => { panelbar.Add().Text("Addresses").LoadContentFrom("ParticipantAddress", "ParticipantAddress", new { ParticipantMemberCode = "548788926" }).HtmlAttributes(new { @id = "participantAddresses" }).ImageUrl(Url.Content("~/Images/id-card.svg")).ImageHtmlAttributes(new { @class = "panelicon" }).Visible(true); }) ) @section scripts { @Scripts.Render("~/bundles/case") @Scripts.Render("~/bundles/moment") }