public static DataType CreateSeparator(string caption) { DataType ret = new DataType(caption); ret.Seperator = true; return ret; }