0
@(Html.Kendo().PanelBar()
.Name("panelbar")
.ExpandMode(PanelBarExpandMode.Single)
.Items(PanelBar =>
{
    PanelBar.Add().Text("abcd")
           .Expanded(true)
           .Content("abcd-have to show in bold text ");

}))

「abcd」テキストは、as を太字で表示する必要があります!???how to get it, but text not in .content box!.

4

1 に答える 1