public static bool IsHidden(this Field field) { return(FieldExtentions.GetHtmlControlType(field) == HtmlControlType.Hidden); }
public static HtmlControlType GetElementForTableView(this Field field, string guid) { return(FieldExtentions.GetHtmlControlType(field)); }