public static DescriptionList <THelper> SetHorizontal <THelper>(this DescriptionList <THelper> descriptionList, bool horizontal = true) where THelper : BootstrapHelper <THelper> { descriptionList.ToggleCss(Css.DlHorizontal, horizontal); return(descriptionList); }