public static string GetRowCssClass(this ActivityTreeListRow row) { return("generalListStyle_row " + CssBuilder.TreeLevelCss(row.Level)); }